X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3883022093c42e3fb7b248ea2cb4bbd1e056a75b..3372145d9daa42f680fc5aab7eb00e82d587c5a0:/src/common/utilscmn.cpp diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index 4b6e87cbce..08eed2a299 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -177,6 +177,10 @@ extern "C" #endif #endif /* __WXMSW__ */ +#ifdef __WXPM__ +#define strcasecmp stricmp +#define strncasecmp strnicmp +#endif wxChar * copystring (const wxChar *s)