diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-11 14:58:39 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-11 14:58:39 -0400 |
| commit | d289fce35c1d48f5b6bccab602d4fc756096f0d7 (patch) | |
| tree | 25c66f40ec58794afab2e3e8fc99ae30ed2557e3 /objc_darwin.h | |
| parent | 27033459a2c08c10ec12f33253ae9d6abdb76c0a (diff) | |
Removed Mac OS X 10.6 support. Quite a hassle that version was...
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index c62e2ab..03dafdf 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -5,8 +5,8 @@ #ifndef __GO_UI_OBJC_DARWIN_H__ #define __GO_UI_OBJC_DARWIN_H__ -#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_6 -#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_6 +#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_7 +#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_7 /* the Objective-C runtime headers, for id */ #include <objc/message.h> |
