From: Greg Beaver Date: Sun, 13 Jan 2008 23:37:27 +0000 (+0000) Subject: add missing define for statically-built zip ext X-Git-Tag: RELEASE_2_0_0a1~918 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a98e3d119212845f3bbda4f4f5cf6e7e9d99eb08;p=php add missing define for statically-built zip ext --- diff --git a/ext/zip/lib/zip.h b/ext/zip/lib/zip.h index 1f5e6555a3..468155569f 100644 --- a/ext/zip/lib/zip.h +++ b/ext/zip/lib/zip.h @@ -46,6 +46,8 @@ # define PHPZIPAPI __declspec(dllexport) # elif defined(COMPILE_DL_ZIP) # define PHPZIPAPI __declspec(dllimport) +# else +# define PHPZIPAPI # endif #else #define PHPZIPAPI