mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
adding missing dx headers
svn path=/trunk/; revision=19853
This commit is contained in:
parent
3ac39b8d00
commit
05a351a06f
1 changed files with 13 additions and 0 deletions
13
reactos/w32api/include/activecf.h
Normal file
13
reactos/w32api/include/activecf.h
Normal file
|
@ -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
|
Loading…
Reference in a new issue