From f8d937ff2d77ae4375908c78234ff00733c81283 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 12 May 2014 13:15:47 +0000 Subject: [PATCH] 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/branches/WX_3_0_BRANCH@76509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/platform.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/wx/platform.h b/include/wx/platform.h index 8a46e34480..22fe9d9983 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -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.