From e6c78b4f469729726561af44aa1df8259f0fdf27 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 23 May 2011 18:59:37 +0200 Subject: SWORD25: Include scummsys.h from lua.h, partially deal with the consequences This should help mark the spots that are still non-portable, just follow the FIXMEs. --- engines/sword25/util/lua/loslib.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sword25/util/lua/loslib.cpp') diff --git a/engines/sword25/util/lua/loslib.cpp b/engines/sword25/util/lua/loslib.cpp index ac634db558..c46aea59bd 100644 --- a/engines/sword25/util/lua/loslib.cpp +++ b/engines/sword25/util/lua/loslib.cpp @@ -4,6 +4,9 @@ ** See Copyright Notice in lua.h */ +// FIXME: Get rid of all time.h stuff +#define FORBIDDEN_SYMBOL_EXCEPTION_time_h + #include #define loslib_c @@ -14,9 +17,6 @@ #include "lauxlib.h" #include "lualib.h" -// FIXME: Get rid of all time.h stuff -#define FORBIDDEN_SYMBOL_EXCEPTION_time_h - #include "common/system.h" -- cgit v1.2.3