[Scummvm-cvs-logs] SF.net SVN: scummvm:[34820] scummvm/trunk/graphics/dxa_player.cpp
anotherguest at users.sourceforge.net
anotherguest at users.sourceforge.net
Sat Oct 18 14:20:46 CEST 2008
Revision: 34820
http://scummvm.svn.sourceforge.net/scummvm/?rev=34820&view=rev
Author: anotherguest
Date: 2008-10-18 12:20:46 +0000 (Sat, 18 Oct 2008)
Log Message:
-----------
Need a differentiating zlib.h filename for SymbianOS.
Modified Paths:
--------------
scummvm/trunk/graphics/dxa_player.cpp
Modified: scummvm/trunk/graphics/dxa_player.cpp
===================================================================
--- scummvm/trunk/graphics/dxa_player.cpp 2008-10-18 10:11:35 UTC (rev 34819)
+++ scummvm/trunk/graphics/dxa_player.cpp 2008-10-18 12:20:46 UTC (rev 34820)
@@ -29,7 +29,11 @@
#include "common/util.h"
#ifdef USE_ZLIB
-#include <zlib.h>
+ #ifdef __SYMBIAN32__
+ #include <zlib\zlib.h>
+ #else
+ #include <zlib.h>
+ #endif
#endif
namespace Graphics {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list