Codechange: [OSX] Use 10.10+ API to get the OSX version when available.

This commit is contained in:
Michael Lutz
2018-01-28 23:02:22 +01:00
parent 74b7f0a9aa
commit 4971678f52
2 changed files with 27 additions and 0 deletions

View File

@@ -53,6 +53,9 @@
#define MAC_OS_X_VERSION_10_9 1090
#endif
#ifndef MAC_OS_X_VERSION_10_10
#define MAC_OS_X_VERSION_10_10 101000
#endif
#define __STDC_LIMIT_MACROS
#include <stdint.h>