commit | aa8efbf08469c3667ed22362c0e10b83ae124c0b | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Aug 12 12:41:45 2008 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Aug 12 12:41:45 2008 +0000 |
tree | 4978db3ad178adc1b5437eebed704efcf008354d | |
parent | a4cb472fb09a45e874e1a28b8c240ae88e22b2f7 [diff] [blame] |
Another fix for 4-way universal builds, use the right #ifndef guard to detect the OSX 10.5 SDK.
diff --git a/Mac/Modules/MacOS.c b/Mac/Modules/MacOS.c index 07a3434..272fe8d 100644 --- a/Mac/Modules/MacOS.c +++ b/Mac/Modules/MacOS.c
@@ -30,7 +30,7 @@ #include <Carbon/Carbon.h> #include <ApplicationServices/ApplicationServices.h> -#ifndef HAVE_MACOS105_SDK +#ifndef HAVE_OSX105_SDK typedef SInt16 FSIORefNum; #endif