Add constants for OS X 10.10.

This commit is contained in:
Tobias Taschner 2015-08-07 16:02:24 +02:00
parent 3250bae3a2
commit 3f63ad5c61

View File

@ -35,6 +35,9 @@
# ifndef MAC_OS_X_VERSION_10_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
# include "wx/osx/config_xcode.h"
# ifndef __WXOSX__
# define __WXOSX__ 1
@ -534,6 +537,9 @@
# ifndef MAC_OS_X_VERSION_10_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
# else
# error "only mach-o configurations are supported"
# endif