From 974849a9a0cea5819ab52b432cd04d01ef16066a Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Mon, 31 Aug 2009 19:47:50 +0000 Subject: Remove strcasecmp. We use g_ascii_strcasecmp exclusively svn path=/trunk/; revision=29643 --- config.h.win32 | 1 - 1 file changed, 1 deletion(-) (limited to 'config.h.win32') diff --git a/config.h.win32 b/config.h.win32 index 74b69607d3..eff90988ca 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -227,7 +227,6 @@ #define _WIN32_WINNT _WIN32_WINNT_WIN2K #endif -#define strcasecmp stricmp #define strncasecmp strnicmp #define popen _popen #define pclose _pclose -- cgit v1.2.1