diff options
-rw-r--r-- | engines/tsage/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
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" |