From: Daniel Beulshausen Date: Sat, 21 Oct 2000 17:19:23 +0000 (+0000) Subject: i can find no php_config.h on win32 :) X-Git-Tag: php-4.0.4RC3~579 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bef776742cf23a18dcfb2b3370fa6b0781514087;p=php i can find no php_config.h on win32 :) --- diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index e9e934d120..52cadf798f 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -19,7 +19,9 @@ /* $Id$ */ #define IS_EXT_MODULE +#ifndef PHP_WIN32 #include "php_config.h" +#endif #if HAVE_FOPENCOOKIE #define _GNU_SOURCE