From: Daniel Beulshausen Date: Mon, 23 Oct 2000 13:56:22 +0000 (+0000) Subject: it's n.a. on win32 :) X-Git-Tag: php-4.0.4RC3~542 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6911ee5b9947a0cbd8de858a9717b892f23cc37a;p=php it's n.a. on win32 :) --- diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 711effe76b..d9c7d68236 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