Corrections for future OW 1.4. Warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -573,7 +573,7 @@ typedef int wxWindowID;
|
||||
#define except(x) catch(...)
|
||||
#endif /* Metrowerks */
|
||||
|
||||
#if defined(__WATCOMC__)
|
||||
#if defined(__WATCOMC__) && (__WATCOMC__ < 1240)
|
||||
typedef short mode_t;
|
||||
#endif
|
||||
|
||||
@@ -963,6 +963,9 @@ inline void *wxUIntToPtr(wxUIntPtr p)
|
||||
#if defined(__PALMOS__) && !defined(HAVE_SSIZE_T)
|
||||
#define HAVE_SSIZE_T
|
||||
#endif
|
||||
#if defined(__WATCOMC__) && __WATCOMC__ > 1230
|
||||
#define HAVE_SSIZE_T
|
||||
#endif
|
||||
#ifndef HAVE_SSIZE_T
|
||||
#if SIZEOF_SIZE_T == 4
|
||||
typedef wxInt32 ssize_t;
|
||||
|
Reference in New Issue
Block a user