1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

Merge pull request #2457 from LinusU/osx-small-fixes

OS X build fixes
This commit is contained in:
Ted John
2015-12-10 12:19:02 +00:00
2 changed files with 10 additions and 0 deletions

View File

@@ -152,6 +152,11 @@ uint8 platform_get_locale_temperature_format();
bool platform_check_steam_overlay_attached();
// BSD and OS X has MAP_ANON instead of MAP_ANONYMOUS
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON
#endif
// Windows specific definitions
#ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN