diff options
Diffstat (limited to 'src/os')
-rw-r--r-- | src/os/macosx/macos.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/os/macosx/macos.h b/src/os/macosx/macos.h index b30cc8fce..d147dfb0b 100644 --- a/src/os/macosx/macos.h +++ b/src/os/macosx/macos.h @@ -29,6 +29,14 @@ #define MAC_OS_X_VERSION_10_6 1060 #endif +#ifndef MAC_OS_X_VERSION_10_7 +#define MAC_OS_X_VERSION_10_7 1070 +#endif + +#ifndef MAC_OS_X_VERSION_10_8 +#define MAC_OS_X_VERSION_10_8 1080 +#endif + /** Helper function displaying a message the best possible way. */ void ShowMacDialog(const char *title, const char *message, const char *button_label); |