X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50567b69d60faa5a3575a077bb4f98530813c80d..77436c4cbac2269e564dc4fcf4494a58feca0af4:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index 519c5ada1a..601f3cedbb 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -42,12 +42,6 @@ class WXDLLEXPORT wxWindow; class WXDLLEXPORT wxWindowList; class WXDLLEXPORT wxPoint; -// FIXME should use wxStricmp() instead -#if defined(__GNUWIN32__) - #define stricmp strcasecmp - #define strnicmp strncasecmp -#endif - // ---------------------------------------------------------------------------- // Macros // ----------------------------------------------------------------------------