adding missing dx headers
authorMagnus Olsen <magnus@greatlord.com>
Sun, 4 Dec 2005 12:02:21 +0000 (12:02 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 4 Dec 2005 12:02:21 +0000 (12:02 +0000)
svn path=/trunk/; revision=19853

reactos/w32api/include/activecf.h [new file with mode: 0644]

diff --git a/reactos/w32api/include/activecf.h b/reactos/w32api/include/activecf.h
new file mode 100644 (file)
index 0000000..d9ea0d0
--- /dev/null
@@ -0,0 +1,13 @@
+\r
+#ifndef __ACTIVECF__\r
+#define __ACTIVECF__\r
\r
+#define CFSTR_VFW_FILTERLIST "Video for Windows 4 Filters"\r
+\r
+typedef struct tagVFW_FILTERLIST\r
+{\r
+                UINT  cFilters;\r
+                CLSID aClsId[1];\r
+} VFW_FILTERLIST;\r
+\r
+#endif
\ No newline at end of file