From fbd5350a59cfb880671a07fcf423118286ca19d5 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 2 Dec 2013 22:22:55 +0000 Subject: [PATCH] [PSDK] * Remove the no longer needed, __WINESRC__ based differentiation within DEVMODE. svn path=/trunk/; revision=61197 --- reactos/include/psdk/wingdi.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/reactos/include/psdk/wingdi.h b/reactos/include/psdk/wingdi.h index a7ec8ea665f..d47c98daa07 100644 --- a/reactos/include/psdk/wingdi.h +++ b/reactos/include/psdk/wingdi.h @@ -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;