mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
use SDL2's platform defines to normalise platform guards
This commit is contained in:
@@ -510,7 +510,7 @@ namespace CommandLine
|
||||
|
||||
static bool HandleSpecialArgument(const char * argument)
|
||||
{
|
||||
#if defined(__APPLE__) && defined(__MACH__)
|
||||
#ifdef __MACOSX__
|
||||
if (String::Equals(argument, "-NSDocumentRevisionsDebugMode"))
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user