]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dcpsg.cpp
Calss interface updates (wxMotif-only).
[wxWidgets.git] / src / generic / dcpsg.cpp
index 31fc9453090f555567ec82fe795d7ff5d5d00a55..3fe32bf0b24f46adf72f40bdd94eff70fec371b8 100644 (file)
@@ -264,7 +264,7 @@ wxPostScriptDC::wxPostScriptDC ()
 
     // Compatibility only
     // HH: Doesn't seem to work for wxMSW...
-    #ifndef __WXMSW__
+    #if !defined(__WXMSW__)
     m_printData = * wxThePrintSetupData;
     #endif
 }