[ros-diffs] [hpoussin] 30862: Fix build

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Thu Nov 29 11:20:15 CET 2007


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=30862&r1=30861&r2=30862&view=diff
==============================================================================
--- 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;




More information about the Ros-diffs mailing list