]> git.saurik.com Git - wxWidgets.git/commitdiff
Commented out the defines of strnicmp and stricmp to fix OS/2 compilation. These...
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 25 Nov 1999 12:35:31 +0000 (12:35 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 25 Nov 1999 12:35:31 +0000 (12:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/db.h

index 29ac2bbc171d64028caaccada9c5eadc2833c94d..3ae884fb2c2ac991b09b8bb4cee5bf9bda4935f2 100644 (file)
 #endif
 
 #ifdef __UNIX__ 
 #endif
 
 #ifdef __UNIX__ 
+/*
 #   ifndef strnicmp 
 #      define strnicmp strncasecmp 
 #   endif 
 #   ifndef stricmp 
 #      define stricmp strcasecmp 
 #   endif 
 #   ifndef strnicmp 
 #      define strnicmp strncasecmp 
 #   endif 
 #   ifndef stricmp 
 #      define stricmp strcasecmp 
 #   endif 
+*/
 #elif defined(__WXMAC__)
 #else 
 #   include <io.h> 
 #elif defined(__WXMAC__)
 #else 
 #   include <io.h>