Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ks.h')
-rw-r--r--winsup/w32api/include/ks.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/winsup/w32api/include/ks.h b/winsup/w32api/include/ks.h
deleted file mode 100644
index 7154eae60..000000000
--- a/winsup/w32api/include/ks.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef _KS_H
-#define _KS_H
-#if __GNUC__ >= 3
-#pragma GCC system_header
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-/*--- DirectShow Reference - DirectShow Structures */
-typedef struct {
- ULONG Size;
- ULONG Count;
-} KSMULTIPLE_ITEM,*PKSMULTIPLE_ITEM;
-
-#ifdef __cplusplus
-}
-#endif
-#endif