CW8.3+ has ssize_t (patch 1492413)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-10-29 20:17:29 +00:00
parent 9a1498b6ea
commit d8af1bf97d

View 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