]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmndata.h
fixed compiler warning (newline at last line missing)
[wxWidgets.git] / include / wx / cmndata.h
index abb8c5da514808aa6132c7e3fd5f0c3fb2bcebe5..bb02f9ec6c0a4286a9d62470a1c528412091d654 100644 (file)
@@ -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);