]> granicus.if.org Git - php/commitdiff
switch to using mbrlen with VS
authorAnatol Belski <ab@php.net>
Sat, 13 Sep 2014 11:52:10 +0000 (13:52 +0200)
committerAnatol Belski <ab@php.net>
Sat, 13 Sep 2014 11:52:10 +0000 (13:52 +0200)
win32/build/config.w32.h.in

index 9efdfdea3ea5739832d66bde8ba89ceca52c887d..e74108ce96b5fdcedd37974d4d481202c7098e22 100644 (file)
 # define _USE_32BIT_TIME_T 1
 #endif
 #define HAVE_STDLIB_H 1
+
+#define _REENTRANT 1
+#define HAVE_MBRLEN 1
+#define HAVE_MBSTATE_T 1
+