diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/macterm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/macterm.h b/src/macterm.h index f263db81167..f9e2655a7a2 100644 --- a/src/macterm.h +++ b/src/macterm.h | |||
| @@ -585,6 +585,10 @@ enum { | |||
| 585 | }; | 585 | }; |
| 586 | #endif | 586 | #endif |
| 587 | 587 | ||
| 588 | #if 0 | ||
| 589 | /* We can't determine the availability of these enumerators by | ||
| 590 | MAC_OS_X_VERSION_MAX_ALLOWED, because they are defined in | ||
| 591 | MacOSX10.3.9.sdk for Mac OS X 10.4, but not in Mac OS X 10.3. */ | ||
| 588 | #if MAC_OS_X_VERSION_MAX_ALLOWED < 1040 | 592 | #if MAC_OS_X_VERSION_MAX_ALLOWED < 1040 |
| 589 | /* Gestalt selectors */ | 593 | /* Gestalt selectors */ |
| 590 | enum { | 594 | enum { |
| @@ -593,6 +597,7 @@ enum { | |||
| 593 | gestaltSystemVersionBugFix = 'sys3' | 597 | gestaltSystemVersionBugFix = 'sys3' |
| 594 | }; | 598 | }; |
| 595 | #endif | 599 | #endif |
| 600 | #endif | ||
| 596 | 601 | ||
| 597 | #ifdef MAC_OSX | 602 | #ifdef MAC_OSX |
| 598 | #if MAC_OS_X_VERSION_MAX_ALLOWED < 1020 | 603 | #if MAC_OS_X_VERSION_MAX_ALLOWED < 1020 |