Author: akhaldi Date: Mon Dec 2 22:22:55 2013 New Revision: 61197
URL: http://svn.reactos.org/svn/reactos?rev=61197&view=rev Log: [PSDK] * Remove the no longer needed, __WINESRC__ based differentiation within DEVMODE.
Modified: trunk/reactos/include/psdk/wingdi.h
Modified: trunk/reactos/include/psdk/wingdi.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wingdi.h?rev=6... ============================================================================== --- trunk/reactos/include/psdk/wingdi.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/wingdi.h [iso-8859-1] Mon Dec 2 22:22:55 2013 @@ -1547,22 +1547,13 @@ 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 @@ 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;