Don't define wxSIZE_T_IS_UINT for Cygwin unconditionally.

This breaks 64 bit Cygwin builds and is unnecessary for 32 bit ones where
configure already defines wxSIZE_T_IS_UINT correctly.

Closes #16130.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2014-05-12 13:14:09 +00:00
parent 8848bb8369
commit b186e411e2

View File

@ -350,12 +350,6 @@
# define __HPUX__
# endif /* HP-UX */
# if defined(__CYGWIN__) || defined(__WINE__)
# if !defined(wxSIZE_T_IS_UINT)
# define wxSIZE_T_IS_UINT
# endif
# endif
/* All of these should already be defined by including configure-
generated setup.h but we wish to support Xcode compilation without
requiring the user to define these himself.