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:
George Tasker
1999-11-25 12:35:31 +00:00
parent 7b5075ab92
commit e5ad852877

View File

@@ -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>