mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Add OS X as a platform.
This commit is contained in:
@@ -91,6 +91,9 @@ typedef utf16* utf16string;
|
||||
#ifdef __linux__
|
||||
#define OPENRCT2_PLATFORM "Linux"
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
#define OPENRCT2_PLATFORM "OS X"
|
||||
#endif
|
||||
#ifndef OPENRCT2_PLATFORM
|
||||
#error Unknown platform!
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user