int maxSize;
};
+#if wxUSE_PRINTING_ARCHITECTURE
/*
* wxPrintData
* Encapsulates printer information (not printer dialog information)
void operator=(const wxPrintSetupData& setupData);
#endif
-#ifdef __WXMSW__
+#if defined(__WXMSW__)
// Convert to/from the DEVMODE structure
void ConvertToNative();
void ConvertFromNative();
wxPrintData m_printData;
};
+#endif // wxUSE_PRINTING_ARCHITECTURE
+
#endif
// _WX_CMNDATA_H_BASE_