diff options
author | Danny de Bruijne <dannydb44@gmail.com> | 2021-08-19 17:39:44 +0100 |
---|---|---|
committer | Michael Lutz <michi@icosahedron.de> | 2021-09-23 21:03:00 +0200 |
commit | 753b1d7e155ffe7b3585273998278aceee25fa1a (patch) | |
tree | b8ba3600e21138ee0441970ff57a9b0aeaa3c4b8 /src/os/macosx | |
parent | 16aac9c34126d3af183f3782571791dddcbbcf6b (diff) | |
download | openttd-753b1d7e155ffe7b3585273998278aceee25fa1a.tar.xz |
Feature: Add selected toolbar buttons to MacBook Pro Touch Bar
Diffstat (limited to 'src/os/macosx')
-rw-r--r-- | src/os/macosx/osx_stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os/macosx/osx_stdafx.h b/src/os/macosx/osx_stdafx.h index 9c4276d05..c8de60e22 100644 --- a/src/os/macosx/osx_stdafx.h +++ b/src/os/macosx/osx_stdafx.h @@ -30,6 +30,10 @@ #define HAVE_OSX_1012_SDK #endif +#ifdef MAC_OS_X_VERSION_10_15 +#define HAVE_OSX_1015_SDK +#endif + /* It would seem that to ensure backward compatibility we have to ensure that we have defined MAC_OS_X_VERSION_10_x everywhere */ #ifndef MAC_OS_X_VERSION_10_3 #define MAC_OS_X_VERSION_10_3 1030 |