diff options
-rw-r--r-- | main/config.w32.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/config.w32.h.in b/main/config.w32.h.in index 3ec7a766bc..fa5b19a24f 100644 --- a/main/config.w32.h.in +++ b/main/config.w32.h.in @@ -165,3 +165,7 @@ #define SIZEOF_INT 4 #define HAVE_GLOB #define PHP_SHLIB_SUFFIX "dll" + +/* Win32 supports strcoll */ +#define HAVE_STRCOLL 1 + |