From 6c3902ac41113e6e4a87e0a7e9cc9f96062402c4 Mon Sep 17 00:00:00 2001 From: Michael Lutz Date: Tue, 3 Apr 2018 22:08:01 +0200 Subject: Codechange: [OSX] Use newer APIs to get resolution information when available. --- src/os/macosx/osx_stdafx.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/os') diff --git a/src/os/macosx/osx_stdafx.h b/src/os/macosx/osx_stdafx.h index 70fff822f..70dc8030c 100644 --- a/src/os/macosx/osx_stdafx.h +++ b/src/os/macosx/osx_stdafx.h @@ -57,6 +57,10 @@ #define MAC_OS_X_VERSION_10_10 101000 #endif +#ifndef MAC_OS_X_VERSION_10_11 +#define MAC_OS_X_VERSION_10_11 101100 +#endif + #define __STDC_LIMIT_MACROS #include -- cgit v1.2.3-54-g00ecf