Commit aa8efbf0 authored by Ronald Oussoren's avatar Ronald Oussoren

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

to detect the OSX 10.5 SDK.
parent a4cb472f
......@@ -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
......
......@@ -7,7 +7,7 @@
#include "pymactoolbox.h"
#ifndef HAVE_MACOS105_SDK
#ifndef HAVE_OSX105_SDK
typedef SInt16 FSIORefNum;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment