Another fix for 4-way universal builds, use the right #ifndef guard

to detect the OSX 10.5 SDK.
This commit is contained in:
Ronald Oussoren 2008-08-12 12:41:45 +00:00
parent a4cb472fb0
commit aa8efbf084
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Carbon/Carbon.h>
#include <ApplicationServices/ApplicationServices.h>
#ifndef HAVE_MACOS105_SDK
#ifndef HAVE_OSX105_SDK
typedef SInt16 FSIORefNum;
#endif

View File

@ -7,7 +7,7 @@
#include "pymactoolbox.h"
#ifndef HAVE_MACOS105_SDK
#ifndef HAVE_OSX105_SDK
typedef SInt16 FSIORefNum;
#endif