[Scummvm-cvs-logs] scummvm master -> 08cd61acc249f93c2760fc45b45705c8836fbc7b

dreammaster dreammaster at scummvm.org
Sat Oct 26 17:56:49 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
08cd61acc2 TSAGE: Compilation fix for SymbionOS


Commit: 08cd61acc249f93c2760fc45b45705c8836fbc7b
    https://github.com/scummvm/scummvm/commit/08cd61acc249f93c2760fc45b45705c8836fbc7b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2013-10-26T08:56:14-07:00

Commit Message:
TSAGE: Compilation fix for SymbionOS

Changed paths:
    engines/tsage/core.h



diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index 2c88f6b..8eb0d57 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"






More information about the Scummvm-git-logs mailing list