From: Derick Rethans Date: Wed, 15 Sep 2004 12:29:24 +0000 (+0000) Subject: - MFH: Windows has strcoll too. X-Git-Tag: php-5.0.2RC1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09d555e3d0f44e48cd28d9496d3fbe8b6eb1cecb;p=php - MFH: Windows has strcoll too. --- diff --git a/Zend/zend_config.w32.h b/Zend/zend_config.w32.h index 84d85c7d85..14b57d3ac4 100644 --- a/Zend/zend_config.w32.h +++ b/Zend/zend_config.w32.h @@ -55,6 +55,7 @@ typedef unsigned int uint; #define HAVE_STDARG_H 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 +#define HAVE_STRCOLL 1 #define snprintf _snprintf #define vsnprintf _vsnprintf