Undoing my last checkin so wxGTK compiles correctly under unix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker 1999-11-07 14:43:30 +00:00
parent ad556aa948
commit d194ddf23b

View File

@ -75,19 +75,15 @@
#include <sqlext.h>
#endif
#if wxMAJOR_VERSION == 2
#include "utils.h"
#else
#ifdef __UNIX__
# ifndef strnicmp
# define strnicmp strncasecmp
# endif
# ifndef stricmp
# define stricmp strcasecmp
# endif
#else
# include <io.h>
#endif
#ifdef __UNIX__
# ifndef strnicmp
# define strnicmp strncasecmp
# endif
# ifndef stricmp
# define stricmp strcasecmp
# endif
#else
# include <io.h>
#endif
enum enumDummy {enumDum1};