aboutsummaryrefslogtreecommitdiff
path: root/backends/saves/default
diff options
context:
space:
mode:
Diffstat (limited to 'backends/saves/default')
-rw-r--r--backends/saves/default/default-saves.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/backends/saves/default/default-saves.cpp b/backends/saves/default/default-saves.cpp
index cca7535d27..4f7013724a 100644
--- a/backends/saves/default/default-saves.cpp
+++ b/backends/saves/default/default-saves.cpp
@@ -20,11 +20,10 @@
*
*/
-/* This definition fixes compilation error for Symbian due conflict between
- * builting macro "remove" and various functions named "remove" in engines.
- * Should be before including scummsys.h
- */
-#define USE_SYSTEM_REMOVE
+// This define lets us use the system function remove() on Symbian, which
+// is disabled by default due to a macro conflict.
+// See backends/platform/symbian/src/portdefs.h .
+#define SYMBIAN_USE_SYSTEM_REMOVE
#include "common/scummsys.h"