From cd97583068e1100b47fdc699158ff895d637bd95 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Fri, 11 Jul 2008 08:53:20 +0000 Subject: [PATCH] (gestaltSystemVersionMajor, gestaltSystemVersionMinor) (gestaltSystemVersionBugFix) [MAC_OS_X_VERSION_MAX_ALLOWED < 1040]: Remove enumerators. --- src/macterm.h | 5 +++++ 1 file changed, 5 insertions(+) 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 { }; #endif +#if 0 +/* We can't determine the availability of these enumerators by + MAC_OS_X_VERSION_MAX_ALLOWED, because they are defined in + MacOSX10.3.9.sdk for Mac OS X 10.4, but not in Mac OS X 10.3. */ #if MAC_OS_X_VERSION_MAX_ALLOWED < 1040 /* Gestalt selectors */ enum { @@ -593,6 +597,7 @@ enum { gestaltSystemVersionBugFix = 'sys3' }; #endif +#endif #ifdef MAC_OSX #if MAC_OS_X_VERSION_MAX_ALLOWED < 1020 -- 2.11.4.GIT