prepare for new sync of dxdiag.dll from wine. Modified: trunk/reactos/w32api/include/strmif.h Modified: trunk/reactos/w32api/include/vfw.h _____
Modified: trunk/reactos/w32api/include/strmif.h --- trunk/reactos/w32api/include/strmif.h 2005-12-04 23:54:27 UTC (rev 19901) +++ trunk/reactos/w32api/include/strmif.h 2005-12-05 00:18:32 UTC (rev 19902) @@ -4390,20 +4390,7 @@
#ifndef _WINGDI_
-typedef struct _RGNDATAHEADER { - DWORD dwSize; - DWORD iType; - DWORD nCount; - DWORD nRgnSize; - RECT rcBound; -} RGNDATAHEADER;
- -typedef struct _RGNDATA { - RGNDATAHEADER rdh; - char Buffer[1]; -} RGNDATA; - #endif /* _WINGDI_ for wine */ #endif
/*********************************************************************** ****** _____
Modified: trunk/reactos/w32api/include/vfw.h --- trunk/reactos/w32api/include/vfw.h 2005-12-04 23:54:27 UTC (rev 19901) +++ trunk/reactos/w32api/include/vfw.h 2005-12-05 00:18:32 UTC (rev 19902) @@ -13,9 +13,6 @@
#if !defined (_OLE2_H) && !defined (__OBJC__) #include <ole2.h> #endif -#if !defined NOMMREG -#include <mmreg.h> -#endif
#define VFWAPI WINAPI #define VFWAPIV WINAPIV