aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.h
diff options
context:
space:
mode:
authorPaul Gilbert2013-10-26 11:56:14 -0400
committerPaul Gilbert2013-10-26 11:56:14 -0400
commit08cd61acc249f93c2760fc45b45705c8836fbc7b (patch)
tree8ac5e4e6eed9bb90704f1f6748e65fe56d582f79 /engines/tsage/core.h
parentaea224e2604547d6dfe4b26b66a7e7b5a6babcbb (diff)
downloadscummvm-rg350-08cd61acc249f93c2760fc45b45705c8836fbc7b.tar.gz
scummvm-rg350-08cd61acc249f93c2760fc45b45705c8836fbc7b.tar.bz2
scummvm-rg350-08cd61acc249f93c2760fc45b45705c8836fbc7b.zip
TSAGE: Compilation fix for SymbionOS
Diffstat (limited to 'engines/tsage/core.h')
-rw-r--r--engines/tsage/core.h4
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"