summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/dshow.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/dshow.h')
-rw-r--r--winsup/w32api/include/dshow.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/w32api/include/dshow.h b/winsup/w32api/include/dshow.h
new file mode 100644
index 000000000..b8754ba6b
--- /dev/null
+++ b/winsup/w32api/include/dshow.h
@@ -0,0 +1,11 @@
+#ifndef _DSHOW_H
+#define _DSHOW_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
+
+#include <evcode.h>
+#include <audevcod.h>
+#include <dvdevcod.h>
+
+#endif