]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
common private decls
[wxWidgets.git] / include / wx / defs.h
index cc8a15291ed5fc76e7d5a7dd84a512bdb5a18f5d..22afbab35e262c70c855c46128867c190a85bad1 100644 (file)
@@ -456,8 +456,10 @@ typedef short int WXTYPE;
 
 
 #ifndef HAVE_WOSTREAM
-    // Mingw <=3.4 doesn't have std::wostream
-    #if defined(__MINGW32__) && !wxCHECK_GCC_VERSION(4,0)
+    // Mingw <= 3.4 and any version (so far) when targetting PalmOS don't have
+    // std::wostream
+    #if defined(__PALMOS__) || \
+        (defined(__MINGW32__) && !wxCHECK_GCC_VERSION(4, 0))
         #define wxNO_WOSTREAM
     #endif
 
@@ -2137,7 +2139,7 @@ enum wxDeprecatedGUIConstants
     wxHORIZONTAL_HATCH,
     wxVERTICAL_HATCH,
     wxFIRST_HATCH = wxBDIAGONAL_HATCH,
-    wxLAST_HATCH = wxVERTICAL_HATCH,
+    wxLAST_HATCH = wxVERTICAL_HATCH
 #endif
 };