From 08cd61acc249f93c2760fc45b45705c8836fbc7b Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 26 Oct 2013 11:56:14 -0400 Subject: TSAGE: Compilation fix for SymbionOS --- engines/tsage/core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines') diff --git a/engines/tsage/core.h b/engines/tsage/core.h index 2c88f6be79..8eb0d5795b 100644 --- a/engines/tsage/core.h +++ b/engines/tsage/core.h @@ -23,6 +23,10 @@ #ifndef TSAGE_CORE_H #define TSAGE_CORE_H +#ifdef __SYMBIAN32__ +#undef remove(x) +#endif + #include "common/scummsys.h" #include "common/endian.h" #include "common/error.h" -- cgit v1.2.3