diff options
Diffstat (limited to 'winsup/w32api/include/ks.h')
-rw-r--r-- | winsup/w32api/include/ks.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/w32api/include/ks.h b/winsup/w32api/include/ks.h new file mode 100644 index 000000000..7154eae60 --- /dev/null +++ b/winsup/w32api/include/ks.h @@ -0,0 +1,20 @@ +#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 |