From a98e3d119212845f3bbda4f4f5cf6e7e9d99eb08 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Sun, 13 Jan 2008 23:37:27 +0000 Subject: [PATCH] add missing define for statically-built zip ext --- ext/zip/lib/zip.h | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1