Commented out the defines of strnicmp and stricmp to fix OS/2 compilation. These should not be necessary any longer since db uses wxStrxxxx functions now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -85,12 +85,14 @@
|
||||
#endif
|
||||
|
||||
#ifdef __UNIX__
|
||||
/*
|
||||
# ifndef strnicmp
|
||||
# define strnicmp strncasecmp
|
||||
# endif
|
||||
# ifndef stricmp
|
||||
# define stricmp strcasecmp
|
||||
# endif
|
||||
*/
|
||||
#elif defined(__WXMAC__)
|
||||
#else
|
||||
# include <io.h>
|
||||
|
Reference in New Issue
Block a user