1
0
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:
IntelOrca
2016-01-13 22:37:13 +00:00
parent e68ae821db
commit cdee534eb1
21 changed files with 83 additions and 65 deletions

View File

@@ -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;