From 2c223782feb7eae0627712d41f637280bb146ceb Mon Sep 17 00:00:00 2001 From: DJRobX Date: Fri, 9 Nov 2007 02:01:19 +0000 Subject: [PATCH] Fix up pathing in project git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@47 a31d4220-a93d-0410-bf67-fe4944624d44 --- VBA.vcproj | 8 ++++---- src/memgzio.h | 2 -- src/unzip.h | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) 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)