X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f46438b3650f89edda65ca499538f8588ed560c..6c960f2e810bb16143bd64f228f301e9397a44bc:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 26115817cc..9e7d5bf4f7 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -505,7 +505,7 @@ /* size_t is the same as unsigned int for all Windows compilers we know, */ /* so define it if it hadn't been done by configure yet */ -# if !defined(wxSIZE_T_IS_UINT) && !defined(wxSIZE_T_IS_ULONG) +# if !defined(wxSIZE_T_IS_UINT) && !defined(wxSIZE_T_IS_ULONG) && !defined(__WIN64__) # define wxSIZE_T_IS_UINT # endif #endif /* OS */ @@ -612,12 +612,6 @@ #define wxCHECK_SUNCC_VERSION(maj, min) (0) #endif -#if defined (__WXMSW__) -# if !defined(__WATCOMC__) -# define wxHAVE_RAW_BITMAP -# endif -#endif - /* Handle Darwin gcc universal compilation. Don't do this in an Apple- specific case since no sane compiler should be defining either