]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xlocale.h
don't define, nor use, LVS_EX_LABELTIP under WinCE
[wxWidgets.git] / include / wx / xlocale.h
index 198a9921cb58b79579ba5d1c5706e7d8dc701673..39b49e7556541ea4c7e86c1d5d4a0db8a5b2bf5c 100644 (file)
@@ -37,7 +37,7 @@
 // The platform-specific locale type
 // If wxXLocale_t is not defined, then only "C" locale support is provided
 #ifdef wxHAS_XLOCALE_SUPPORT
-    #if wxCHECK_VISUALC_VERSION(8)
+    #if wxCHECK_VISUALC_VERSION(8) && !defined(__WXWINCE__)
         typedef _locale_t wxXLocale_t;
         #define wxXLOCALE_IDENT(name) _ ## name
     #elif defined(HAVE_LOCALE_T)