From: Vadim Zeitlin Date: Sun, 29 Oct 2006 20:17:29 +0000 (+0000) Subject: CW8.3+ has ssize_t (patch 1492413) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d8af1bf97d364e0f499fb509cb9639d040b52186?ds=inline CW8.3+ has ssize_t (patch 1492413) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wx_cw_cm.h b/include/wx/wx_cw_cm.h index e6dbb38425..6dab373f56 100644 --- a/include/wx/wx_cw_cm.h +++ b/include/wx/wx_cw_cm.h @@ -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