summaryrefslogtreecommitdiff
path: root/zip/ZipArchive/stdafx.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2012-01-31 14:19:50 +0100
committerTomas Bzatek <tbzatek@redhat.com>2012-01-31 14:19:50 +0100
commite932ebbf029a4cdb38c61a838e8f3669debd410e (patch)
tree88dfbcd0225040c099cde43777de78bd04f87dd3 /zip/ZipArchive/stdafx.h
parenta25375366dba50e2124aef024204c8d647dbfafc (diff)
downloadtuxcmd-modules-e932ebbf029a4cdb38c61a838e8f3669debd410e.tar.xz
ZipArchive: GCC 4.7 compatibility
Diffstat (limited to 'zip/ZipArchive/stdafx.h')
-rw-r--r--zip/ZipArchive/stdafx.h2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h>
#elif _MSC_VER <= 1200 || !defined _MSC_VER