X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..2a4f4a27732a6d8deb8b006c73cca9d7105fe92c:/include/wx/cmndata.h diff --git a/include/wx/cmndata.h b/include/wx/cmndata.h index abb8c5da51..bb02f9ec6c 100644 --- a/include/wx/cmndata.h +++ b/include/wx/cmndata.h @@ -82,7 +82,7 @@ class WXDLLEXPORT wxPrintData: public wxObject DECLARE_DYNAMIC_CLASS(wxPrintData) public: -#ifdef __WINDOWS__ +#ifdef __WXMSW__ void *printData; #endif int printFromPage; @@ -137,7 +137,7 @@ class WXDLLEXPORT wxPrintData: public wxObject void operator=(const wxPrintData& data); -#ifdef __WINDOWS__ +#ifdef __WXMSW__ // Convert to/from the PRINTDLG structure void ConvertToNative(void); void ConvertFromNative(void);