[PSDK]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 2 Dec 2013 22:22:55 +0000 (22:22 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 2 Dec 2013 22:22:55 +0000 (22:22 +0000)
* Remove the no longer needed, __WINESRC__ based differentiation within DEVMODE.

svn path=/trunk/; revision=61197

reactos/include/psdk/wingdi.h

index a7ec8ea..d47c98d 100644 (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;