From d8af1bf97d364e0f499fb509cb9639d040b52186 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 29 Oct 2006 20:17:29 +0000 Subject: [PATCH] CW8.3+ has ssize_t (patch 1492413) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wx_cw_cm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.0