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:
parent
7b5075ab92
commit
e5ad852877
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue