From: George Tasker Date: Thu, 25 Nov 1999 12:35:31 +0000 (+0000) Subject: Commented out the defines of strnicmp and stricmp to fix OS/2 compilation. These... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e5ad852877e657ffba181dc626d3966d503aaece 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 --- diff --git a/include/wx/db.h b/include/wx/db.h index 29ac2bbc17..3ae884fb2c 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -85,12 +85,14 @@ #endif #ifdef __UNIX__ +/* # ifndef strnicmp # define strnicmp strncasecmp # endif # ifndef stricmp # define stricmp strcasecmp # endif +*/ #elif defined(__WXMAC__) #else # include