[Scummvm-cvs-logs] SF.net SVN: scummvm:[40644] scummvm/trunk/engines/kyra/saveload_lol.cpp
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Sun May 17 14:23:50 CEST 2009
Revision: 40644
http://scummvm.svn.sourceforge.net/scummvm/?rev=40644&view=rev
Author: thebluegr
Date: 2009-05-17 12:23:50 +0000 (Sun, 17 May 2009)
Log Message:
-----------
Fixed compilation when LoL is not enabled
Modified Paths:
--------------
scummvm/trunk/engines/kyra/saveload_lol.cpp
Modified: scummvm/trunk/engines/kyra/saveload_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/saveload_lol.cpp 2009-05-17 11:05:10 UTC (rev 40643)
+++ scummvm/trunk/engines/kyra/saveload_lol.cpp 2009-05-17 12:23:50 UTC (rev 40644)
@@ -23,6 +23,8 @@
*
*/
+#ifdef ENABLE_LOL
+
#include "common/endian.h"
#include "common/savefile.h"
#include "common/system.h"
@@ -428,3 +430,5 @@
} // end of namespace Kyra
+#endif // ENABLE_LOL
+
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