]> granicus.if.org Git - php/commitdiff
make it compile on Win32
authorSam Ruby <rubys@php.net>
Wed, 12 Apr 2000 18:18:49 +0000 (18:18 +0000)
committerSam Ruby <rubys@php.net>
Wed, 12 Apr 2000 18:18:49 +0000 (18:18 +0000)
ext/pcre/pcrelib/internal.h

index d01ee3f16e8ee404a9ec42ad1367f2c5e004190a..3c7c1be05953ea0444ce05668b274b095013f71c 100644 (file)
@@ -37,7 +37,11 @@ modules, but which are not relevant to the outside. */
 
 /* Get the definitions provided by running "configure" */
 
+#ifdef PHP_WIN32
+#include "config.w32.h"
+#else
 #include "php_config.h"
+#endif
 
 /* To cope with SunOS4 and other systems that lack memmove() but have bcopy(),
 define a macro for memmove() if HAVE_MEMMOVE is false. */