Author: hpoussin Date: Thu Nov 29 13:20:14 2007 New Revision: 30862
URL: http://svn.reactos.org/svn/reactos?rev=30862&view=rev Log: Fix build
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=3... ============================================================================== --- trunk/reactos/include/psdk/wingdi.h (original) +++ trunk/reactos/include/psdk/wingdi.h Thu Nov 29 13:20:14 2007 @@ -1395,11 +1395,19 @@ 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 @@ 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;