Skip to content

Commit

Permalink
upgrade CCComp.h up to 10.9 support
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R-packages/trunk/Mac-GUI@6730 694ef91d-65df-0310-b7bb-92e67a308ead
  • Loading branch information
s-u committed Apr 10, 2014
1 parent fa7d929 commit 0d1eec9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CCComp.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
#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
#ifndef MAC_OS_X_VERSION_10_9
#define MAC_OS_X_VERSION_10_9 1090
#endif

/* the following protocols are new in 10.6 (and useful) so for older OS X we have to define them */
#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
Expand Down

0 comments on commit 0d1eec9

Please sign in to comment.