]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
wxSIZE_T_IS_UINT definition fix for mingw32 cross-compile
[wxWidgets.git] / include / wx / utils.h
index 519c5ada1a5e4cf8abc0ad005c74ffa8f7c0e29e..601f3cedbb358629b4652e6e45687c29def1e6dd 100644 (file)
@@ -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
 // ----------------------------------------------------------------------------