X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4f3c5f06ff074f4cd466e8d6b0c69e7b7ce7e142..5da2c444ef6bfe006e45c15216911dfde4540fe0:/setup.h.in diff --git a/setup.h.in b/setup.h.in index f15b2ae22b..b490d225cd 100644 --- a/setup.h.in +++ b/setup.h.in @@ -757,6 +757,12 @@ /* The number of bytes in a short. */ #undef SIZEOF_SHORT +/* Define if size_t on your machine is the same type as unsigned int. */ +#undef wxSIZE_T_IS_UINT + +/* Define if size_t on your machine is the same type as unsigned long. */ +#undef wxSIZE_T_IS_ULONG + /* Define if you have the dlopen function. */ #undef HAVE_DLOPEN