* Remove the no longer needed, __WINESRC__ based differentiation within DEVMODE.

svn path=/trunk/; revision=61197
This commit is contained in:
Amine Khaldi
2013-12-02 22:22:55 +00:00
parent 68a9141620
commit fbd5350a59
-18
View File
@@ -1547,22 +1547,13 @@ typedef struct _devicemodeA {
short dmCopies;
short dmDefaultSource;
short dmPrintQuality;
#ifdef __WINESRC__
} DUMMYSTRUCTNAME1;
#else
} DUMMYSTRUCTNAME;
#endif
struct {
POINTL dmPosition;
DWORD dmDisplayOrientation;
DWORD dmDisplayFixedOutput;
} DUMMYSTRUCTNAME2;
#ifdef __WINESRC__
} DUMMYUNIONNAME1;
#else
} DUMMYUNIONNAME;
#endif
short dmColor;
short dmDuplex;
short dmYResolution;
@@ -1608,22 +1599,13 @@ typedef struct _devicemodeW {
short dmCopies;
short dmDefaultSource;
short dmPrintQuality;
#ifdef __WINESRC__
} DUMMYSTRUCTNAME1;
#else
} DUMMYSTRUCTNAME;
#endif
struct {
POINTL dmPosition;
DWORD dmDisplayOrientation;
DWORD dmDisplayFixedOutput;
} DUMMYSTRUCTNAME2;
#ifdef __WINESRC__
} DUMMYUNIONNAME1;
#else
} DUMMYUNIONNAME;
#endif
short dmColor;
short dmDuplex;
short dmYResolution;