X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0be9ace27e0a278272cbb1e9daa988b65898eca1..1b8865e92caa043cf31043e38a788d8d4a9286e0:/include/wx/wxchar.h diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 9a30e286fa..1809db0dc5 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -931,9 +931,12 @@ WXDLLIMPEXP_BASE int wxSystem(const wxChar *psz); #ifdef __WXWINCE__ WXDLLIMPEXP_BASE char* strdup(const char* s); WXDLLIMPEXP_BASE void *calloc( size_t num, size_t size ); + +#if _WIN32_WCE <= 211 WXDLLIMPEXP_BASE int isspace(int c); WXDLLIMPEXP_BASE int isascii( int c ); #endif +#endif // ---------------------------------------------------------------------------- // multibyte to wide char conversion functions and macros