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:
@@ -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__))
|
||||
|
Reference in New Issue
Block a user