adding missing dx headers

svn path=/trunk/; revision=19853
This commit is contained in:
Magnus Olsen 2005-12-04 12:02:21 +00:00
parent 3ac39b8d00
commit 05a351a06f

View 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