]> git.saurik.com Git - wxWidgets.git/commitdiff
Mingw Unicode fixes
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 18 Jul 2001 23:00:02 +0000 (23:00 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 18 Jul 2001 23:00:02 +0000 (23:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxchar.h

index 54f09d2f039009ad0c6ebf076e16d24b7dad4ecd..55cf190209b30d792237bd9d766f0de7c05f77ae 100644 (file)
@@ -63,8 +63,7 @@
         #define wxHAVE_TCHAR_FUNCTIONS
     #elif defined(__BORLANDC__) && (__BORLANDC__ >= 0x520)
         #define wxHAVE_TCHAR_FUNCTIONS
-    // w32api isn't yet tchar safe, will be soon, this is a placeholder
-    #elif defined(__GNUWIN32__) && wxCHECK_W32API_VERSION( 10, 0 )
+    #elif defined(__GNUWIN32__) && wxCHECK_W32API_VERSION( 1, 0 )
         #define wxHAVE_TCHAR_FUNCTIONS
         #include <stddef.h>
         #include <string.h>