Codechange: [OSX] Use 10.10+ API to get the OSX version when available.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user