From 9f5c15c806db1e9aac49579204ed2a2aa69f7c3c Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 20 May 2007 04:14:18 +0000 Subject: Change the define that defines strcasecmp->stricmp to use _stricmp to suppress an anal warning git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7058 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/inspircd_win32wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win') diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index ee3062b78..a28b5d6d7 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -58,7 +58,7 @@ #include /* strcasecmp is not defined on windows by default */ -#define strcasecmp stricmp +#define strcasecmp _stricmp /* Error macros need to be redirected to winsock error codes */ #define ETIMEDOUT WSAETIMEDOUT -- cgit v1.2.3