diff --git a/VBA.vcproj b/VBA.vcproj index 75b42a91..e6ccfe03 100644 --- a/VBA.vcproj +++ b/VBA.vcproj @@ -51,7 +51,7 @@ -#else -# include "../win32/dependencies/zlib/zutil.h" #endif gzFile ZEXPORT memgzopen(char *memory, int, const char *); diff --git a/src/unzip.h b/src/unzip.h index 003e7381..dadabd93 100644 --- a/src/unzip.h +++ b/src/unzip.h @@ -65,7 +65,7 @@ extern "C" { #endif #ifndef _ZLIB_H -#include "zlib.h" +#include #endif #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)