X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ccbfa8ecafc683ae8ad8428bb28a345b16b7c42a..18128cbb47b5775f20fb449dd34f36fa31776d51:/src/generic/dcpsg.cpp diff --git a/src/generic/dcpsg.cpp b/src/generic/dcpsg.cpp index 31fc945309..3fe32bf0b2 100644 --- a/src/generic/dcpsg.cpp +++ b/src/generic/dcpsg.cpp @@ -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 }