]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
1. wxFontMapper starts to materialise
[wxWidgets.git] / include / wx / wxchar.h
index 4b7da77b41606d016e30e719c6e31c670a1039e0..2b6ba272fbe5cf72d274b8ae07735787d34717dd 100644 (file)
@@ -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