diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/zip/lib/zip.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/zip/lib/zip.h b/ext/zip/lib/zip.h index 1d35f12a85..a0ff660442 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 |
