]> granicus.if.org Git - php/commitdiff
fix VC9 build with PCRE
authorAnatol Belski <ab@php.net>
Tue, 28 Apr 2015 11:15:39 +0000 (13:15 +0200)
committerAnatol Belski <ab@php.net>
Tue, 28 Apr 2015 11:15:39 +0000 (13:15 +0200)
ext/pcre/pcrelib/pcre_internal.h

index 02d3ab17c5d9158b0cf4cb81866871afeeb5ec01..19d18a830a415fcba02740d6d36c9f7179a8d41a 100644 (file)
@@ -229,11 +229,15 @@ stdint.h is available, include it; it may define INT64_MAX. Systems that do not
 have stdint.h (e.g. Solaris) may have inttypes.h. The macro int64_t may be set
 by "configure". */
 
+#ifdef PHP_WIN32
+#include "win32/php_stdint.h"
+#else
 #if defined HAVE_STDINT_H
 #include <stdint.h>
 #elif defined HAVE_INTTYPES_H
 #include <inttypes.h>
 #endif
+#endif
 
 #if defined INT64_MAX || defined int64_t
 #define INT64_OR_DOUBLE int64_t