From bf822e7dc03327da937cb37cb4cc9f9e1af3f4b5 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 14 Sep 2015 22:43:01 +0200 Subject: SYMBIAN: Rename define and rephrase comments --- backends/platform/symbian/src/portdefs.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'backends/platform/symbian/src') diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index d0769136b2..f9da09d3eb 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -58,9 +58,10 @@ typedef signed long int int32; // re-define those data types. #define SCUMMVM_DONT_DEFINE_TYPES -// Hiding macro "remove" defined in unistd.h from anywere except default-saves.cpp. -// Should be after including unistd.h -#ifndef USE_SYSTEM_REMOVE +// Hide the macro "remove" defined in unistd.h from anywere except where +// we explicitly require it. This lets us use the name "remove" in engines. +// Must be after including unistd.h . +#ifndef SYMBIAN_USE_SYSTEM_REMOVE #undef remove #endif -- cgit v1.2.3