X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e4ae332ac7d85be3592640ffef56a60924cc1c9..a2c9411060933aa5e92edf3e6251f9fc90090d20:/include/wx/features.h 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