From bc7df607ab2d7771a3c2226b46598645e67e053f Mon Sep 17 00:00:00 2001 From: krakjoe Date: Tue, 26 Nov 2013 07:53:08 +0000 Subject: fix windows build build shared on windows --- phpdbg.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'phpdbg.h') diff --git a/phpdbg.h b/phpdbg.h index 6962cdbf4b..7046ec3d00 100644 --- a/phpdbg.h +++ b/phpdbg.h @@ -44,6 +44,10 @@ #if defined(_WIN32) && !defined(__MINGW32__) # include # include "config.w32.h" +# undef strcasecmp +# undef strncasecmp +# define strcasecmp _stricmp +# define strncasecmp _strnicmp #else # include "php_config.h" #endif -- cgit v1.2.1