X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab431d9e3d4bf8e853c15fb8fb585f746bda081f..e78c1d7855d1fefcdbff0e093e21e5cf101ca604:/include/wx/xlocale.h?ds=sidebyside diff --git a/include/wx/xlocale.h b/include/wx/xlocale.h index 198a9921cb..39b49e7556 100644 --- a/include/wx/xlocale.h +++ b/include/wx/xlocale.h @@ -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)