mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
Fix build
svn path=/trunk/; revision=30862
This commit is contained in:
parent
c1eaa7b625
commit
b1a02c47c9
1 changed files with 16 additions and 0 deletions
|
@ -1395,11 +1395,19 @@ typedef struct _devicemodeA {
|
|||
short dmCopies;
|
||||
short dmDefaultSource;
|
||||
short dmPrintQuality;
|
||||
#ifdef __WINESRC__
|
||||
} DUMMYSTRUCTNAME1;
|
||||
#else
|
||||
} DUMMYSTRUCTNAME;
|
||||
#endif
|
||||
POINTL dmPosition;
|
||||
DWORD dmDisplayOrientation;
|
||||
DWORD dmDisplayFixedOutput;
|
||||
#ifdef __WINESRC__
|
||||
} DUMMYUNIONNAME1;
|
||||
#else
|
||||
} DUMMYUNIONNAME;
|
||||
#endif
|
||||
|
||||
short dmColor;
|
||||
short dmDuplex;
|
||||
|
@ -1446,11 +1454,19 @@ typedef struct _devicemodeW {
|
|||
short dmCopies;
|
||||
short dmDefaultSource;
|
||||
short dmPrintQuality;
|
||||
#ifdef __WINESRC__
|
||||
} DUMMYSTRUCTNAME1;
|
||||
#else
|
||||
} DUMMYSTRUCTNAME;
|
||||
#endif
|
||||
POINTL dmPosition;
|
||||
DWORD dmDisplayOrientation;
|
||||
DWORD dmDisplayFixedOutput;
|
||||
#ifdef __WINESRC__
|
||||
} DUMMYUNIONNAME1;
|
||||
#else
|
||||
} DUMMYUNIONNAME;
|
||||
#endif
|
||||
|
||||
short dmColor;
|
||||
short dmDuplex;
|
||||
|
|
Loading…
Reference in a new issue