X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..ce89fdd22ecbaf29569e70733d76c8f1eaca391e:/include/wx/wxchar.h diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 4b7da77b41..2b6ba272fb 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -303,7 +303,10 @@ typedef unsigned __WCHAR_TYPE__ wxUChar; # ifdef __FreeBSD__ # undef _T # endif -# define _T(x) x + +# if !defined(__MINGW32__) || !defined(_T) +# define _T(x) x +# endif // ctype.h functions # define wxIsalnum isalnum