From: Frank M. Kromann Date: Thu, 25 May 2000 16:14:05 +0000 (+0000) Subject: Making ZLIB compile on Win32 X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~250 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcd7794c2b9ce8501d24527bb65ec41705d0b5b7;p=php Making ZLIB compile on Win32 --- diff --git a/ext/zlib/php_zlib.h b/ext/zlib/php_zlib.h index 311f152fa0..e633463202 100644 --- a/ext/zlib/php_zlib.h +++ b/ext/zlib/php_zlib.h @@ -28,7 +28,7 @@ #ifndef _PHP_ZLIB_H #define _PHP_ZLIB_H -#if COMPILE_DL +#if COMPILE_DL_ZLIB #undef HAVE_ZLIB #define HAVE_ZLIB 1 #endif