From: Sam Ruby Date: Wed, 12 Apr 2000 18:18:49 +0000 (+0000) Subject: make it compile on Win32 X-Git-Tag: php-4.0RC2~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5684953d590f53f9484360a5cdcbdb2c2cdfac96;p=php make it compile on Win32 --- diff --git a/ext/pcre/pcrelib/internal.h b/ext/pcre/pcrelib/internal.h index d01ee3f16e..3c7c1be059 100644 --- a/ext/pcre/pcrelib/internal.h +++ b/ext/pcre/pcrelib/internal.h @@ -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. */