diff options
Diffstat (limited to 'winsup/w32api/include/control.h')
-rw-r--r-- | winsup/w32api/include/control.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/w32api/include/control.h b/winsup/w32api/include/control.h new file mode 100644 index 000000000..9f9f7cfb0 --- /dev/null +++ b/winsup/w32api/include/control.h @@ -0,0 +1,18 @@ +#ifndef _CONTROL_H +#define _CONTROL_H +#if __GNUC__ >= 3 +#pragma GCC system_header +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +/*--- DirectShow Reference - DirectShow Data Types */ +typedef LONG_PTR OAEVENT; +typedef LONG_PTR OAHWND; + +#ifdef __cplusplus +} +#endif +#endif |