Various cygwin compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon
2001-10-24 20:56:37 +00:00
parent f676c7ffd5
commit 0e44823110
5 changed files with 18 additions and 3 deletions

View File

@@ -130,6 +130,12 @@
#include <Carbon/Carbon.h>
#endif // __WXMAC__ && __DARWIN__
#if defined(__CYGWIN__)
#if !defined(wxSIZE_T_IS_UINT)
#define wxSIZE_T_IS_UINT
#endif
#endif
#elif defined(applec) || \
defined(THINK_C) || \
(defined(__MWERKS__) && !defined(__INTEL__))