prepare for new sync of dxdiag.dll from wine.

svn path=/trunk/; revision=19902
This commit is contained in:
Magnus Olsen 2005-12-05 00:18:32 +00:00
parent 1e6594eb62
commit d381e2d56e
2 changed files with 0 additions and 16 deletions

View file

@ -4390,19 +4390,6 @@ enum {
#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

View file

@ -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