]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
Added GetPureVitualSize() returning just m_virtualSize.
[wxWidgets.git] / include / wx / dc.h
index 3b5336c86d03e7a4ea219bcaf677530990924a57..6deddb04f9606aa85fff8d8eb0cbaf5669477cd2 100644 (file)
@@ -97,7 +97,7 @@ protected:
 // global variables
 // ---------------------------------------------------------------------------
 
-WXDLLEXPORT_DATA(extern int) wxPageNumber;
+extern WXDLLEXPORT_DATA(int) wxPageNumber;
 
 // ---------------------------------------------------------------------------
 // wxDC is the device context - object on which any drawing is done
@@ -791,7 +791,7 @@ private:
 // now include the declaration of wxDC class
 // ----------------------------------------------------------------------------
 
-#if defined(__PALMOS__)
+#if defined(__WXPALMOS__)
     #include "wx/palmos/dc.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/dc.h"