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
|
#endif
|
||||||
|
|
||||||
#ifdef __UNIX__
|
#ifdef __UNIX__
|
||||||
|
/*
|
||||||
# ifndef strnicmp
|
# ifndef strnicmp
|
||||||
# define strnicmp strncasecmp
|
# define strnicmp strncasecmp
|
||||||
# endif
|
# endif
|
||||||
# ifndef stricmp
|
# ifndef stricmp
|
||||||
# define stricmp strcasecmp
|
# define stricmp strcasecmp
|
||||||
# endif
|
# endif
|
||||||
|
*/
|
||||||
#elif defined(__WXMAC__)
|
#elif defined(__WXMAC__)
|
||||||
#else
|
#else
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
|
Reference in New Issue
Block a user