diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-11 15:14:52 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-11 15:14:52 +0200 |
commit | adaa36dbec1ce9aaafd61873b9d3d898a8c240cf (patch) | |
tree | 4c81e8f5983c3d696a636e2cc433ce7c0a9c3dd8 /src/platform.h | |
parent | 1d310e6ecb6e156598337612f16573d9cd284f5e (diff) | |
download | lanes-adaa36dbec1ce9aaafd61873b9d3d898a8c240cf.tar.gz lanes-adaa36dbec1ce9aaafd61873b9d3d898a8c240cf.tar.bz2 lanes-adaa36dbec1ce9aaafd61873b9d3d898a8c240cf.zip |
Bring all interesting fixes from the C++ implementation back into the C implementation
Diffstat (limited to 'src/platform.h')
-rw-r--r-- | src/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform.h b/src/platform.h index da5264e..2f71c07 100644 --- a/src/platform.h +++ b/src/platform.h | |||
@@ -7,6 +7,7 @@ | |||
7 | #define PLATFORM_XBOX | 7 | #define PLATFORM_XBOX |
8 | #elif (defined _WIN32) | 8 | #elif (defined _WIN32) |
9 | #define PLATFORM_WIN32 | 9 | #define PLATFORM_WIN32 |
10 | #define NOMINMAX | ||
10 | #elif (defined __linux__) | 11 | #elif (defined __linux__) |
11 | #define PLATFORM_LINUX | 12 | #define PLATFORM_LINUX |
12 | #elif (defined __APPLE__) && (defined __MACH__) | 13 | #elif (defined __APPLE__) && (defined __MACH__) |