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:
parent
ad556aa948
commit
d194ddf23b
@ -75,19 +75,15 @@
|
|||||||
#include <sqlext.h>
|
#include <sqlext.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if wxMAJOR_VERSION == 2
|
#ifdef __UNIX__
|
||||||
#include "utils.h"
|
# ifndef strnicmp
|
||||||
#else
|
# define strnicmp strncasecmp
|
||||||
#ifdef __UNIX__
|
# endif
|
||||||
# ifndef strnicmp
|
# ifndef stricmp
|
||||||
# define strnicmp strncasecmp
|
# define stricmp strcasecmp
|
||||||
# endif
|
# endif
|
||||||
# ifndef stricmp
|
#else
|
||||||
# define stricmp strcasecmp
|
# include <io.h>
|
||||||
# endif
|
|
||||||
#else
|
|
||||||
# include <io.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum enumDummy {enumDum1};
|
enum enumDummy {enumDum1};
|
||||||
|
Loading…
Reference in New Issue
Block a user