mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
adding missing dx headers
svn path=/trunk/; revision=19853
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
|
||||
#ifndef __ACTIVECF__
|
||||
#define __ACTIVECF__
|
||||
|
||||
#define CFSTR_VFW_FILTERLIST "Video for Windows 4 Filters"
|
||||
|
||||
typedef struct tagVFW_FILTERLIST
|
||||
{
|
||||
UINT cFilters;
|
||||
CLSID aClsId[1];
|
||||
} VFW_FILTERLIST;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user