]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wx_cw_cm.h
Added missing wx/defs.h includes in propgrid headers
[wxWidgets.git] / include / wx / wx_cw_cm.h
index e6dbb384258268f2a80e4af14f89d10771fc1f34..6dab373f566926c178f487ff3cde9e54afb4b9b9 100644 (file)
@@ -68,8 +68,8 @@
         #define    _MBSTATE_T
     #endif
 
-    /* CW9 has ssize_t */
-    #if defined(__MACH__) && __MWERKS__ >= 0x3200
+    /* CW8.3+ has ssize_t */
+    #if defined(__MACH__) && __MWERKS__ >= 0x3003
         #define HAVE_SSIZE_T
     #endif