diff --git a/src/rct2.h b/src/rct2.h index 0cc0d9c83a..9a98d84e81 100644 --- a/src/rct2.h +++ b/src/rct2.h @@ -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