]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/features.h
compilation fixes after pen/brush styles changes
[wxWidgets.git] / include / wx / features.h
index 52c84a27e03f71cdb3a40d5ce2ab127393c9802f..4d004f882967e28a54cc7049de9eed49c7da353e 100644 (file)
@@ -77,7 +77,8 @@
 /* This is defined when the compiler provides some type of extended locale
    functions.  Otherwise, we implement them ourselves to only support the
    'C' locale */
-#if defined(HAVE_LOCALE_T) || wxCHECK_VISUALC_VERSION(8)
+#if defined(HAVE_LOCALE_T) || \
+    (wxCHECK_VISUALC_VERSION(8) && !defined(__WXWINCE__))
     #define wxHAS_XLOCALE_SUPPORT
 #else
     #undef wxHAS_XLOCALE_SUPPORT