From e932ebbf029a4cdb38c61a838e8f3669debd410e Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Tue, 31 Jan 2012 14:19:50 +0100 Subject: ZipArchive: GCC 4.7 compatibility --- zip/ZipArchive/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zip/ZipArchive/stdafx.h') diff --git a/zip/ZipArchive/stdafx.h b/zip/ZipArchive/stdafx.h index 9d96081..db54a41 100644 --- a/zip/ZipArchive/stdafx.h +++ b/zip/ZipArchive/stdafx.h @@ -67,7 +67,7 @@ #define ZIP_SIZE_TYPE DWORD #define ZIP_ZLIB_TYPE int -#if !defined(_INTPTR_T_DEFINED) && !defined(__GNUC__) +#if !defined(_INTPTR_T_DEFINED) #if defined (__BORLANDC__) #include #elif _MSC_VER <= 1200 || !defined _MSC_VER -- cgit v1.2.3