mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
prepare for new sync of dxdiag.dll from wine.
svn path=/trunk/; revision=19902
This commit is contained in:
parent
1e6594eb62
commit
d381e2d56e
2 changed files with 0 additions and 16 deletions
|
@ -4390,19 +4390,6 @@ enum {
|
||||||
#ifndef _WINGDI_
|
#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 /* _WINGDI_ for wine */
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -13,9 +13,6 @@
|
||||||
#if !defined (_OLE2_H) && !defined (__OBJC__)
|
#if !defined (_OLE2_H) && !defined (__OBJC__)
|
||||||
#include <ole2.h>
|
#include <ole2.h>
|
||||||
#endif
|
#endif
|
||||||
#if !defined NOMMREG
|
|
||||||
#include <mmreg.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define VFWAPI WINAPI
|
#define VFWAPI WINAPI
|
||||||
#define VFWAPIV WINAPIV
|
#define VFWAPIV WINAPIV
|
||||||
|
|
Loading…
Reference in a new issue