X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e4ae332ac7d85be3592640ffef56a60924cc1c9..b2915c82ca9d6159abd165f14d1686d18599a541:/include/wx/features.h?ds=inline diff --git a/include/wx/features.h b/include/wx/features.h index 52c84a27e0..4d004f8829 100644 --- a/include/wx/features.h +++ b/include/wx/features.h @@ -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