summaryrefslogtreecommitdiff
path: root/ext/zlib
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2000-10-21 17:19:23 +0000
committerDaniel Beulshausen <dbeu@php.net>2000-10-21 17:19:23 +0000
commitbef776742cf23a18dcfb2b3370fa6b0781514087 (patch)
tree68252d7a177df62eaf997c02e48d28f26c51d567 /ext/zlib
parentc10bf6d129e70e2e65a7e3dbeba338e85f57f621 (diff)
downloadphp-git-bef776742cf23a18dcfb2b3370fa6b0781514087.tar.gz
i can find no php_config.h on win32 :)
Diffstat (limited to 'ext/zlib')
-rw-r--r--ext/zlib/zlib.c2
1 files changed, 2 insertions, 0 deletions
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