aboutsummaryrefslogtreecommitdiff
path: root/common/unzip.h
diff options
context:
space:
mode:
authorLars Persson2008-01-03 08:39:49 +0000
committerLars Persson2008-01-03 08:39:49 +0000
commit967e56996a429dcbde6e70bec842c3f87df258fd (patch)
treeebff1a09302fb5cd766ba2e16d367f98af34d987 /common/unzip.h
parentca6056ae21016050cd3b8fef2a75c07a33a66491 (diff)
downloadscummvm-rg350-967e56996a429dcbde6e70bec842c3f87df258fd.tar.gz
scummvm-rg350-967e56996a429dcbde6e70bec842c3f87df258fd.tar.bz2
scummvm-rg350-967e56996a429dcbde6e70bec842c3f87df258fd.zip
Different zlib.h included paths for Symbian OS to differenciate between system and user includes
svn-id: r30189
Diffstat (limited to 'common/unzip.h')
-rw-r--r--common/unzip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/unzip.h b/common/unzip.h
index af9f738880..2d888fe5b1 100644
--- a/common/unzip.h
+++ b/common/unzip.h
@@ -73,7 +73,11 @@
extern "C" {
#endif
+#ifdef __SYMBIAN32__
+#include <zlib\zlib.h>
+#else
#include <zlib.h>
+#endif
#if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
/* like the STRICT of WIN32, we define a pointer that cannot be converted