Kaydet (Commit) aa8efbf0 authored tarafından 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.
üst a4cb472f
...@@ -30,7 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -30,7 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
#include <ApplicationServices/ApplicationServices.h> #include <ApplicationServices/ApplicationServices.h>
#ifndef HAVE_MACOS105_SDK #ifndef HAVE_OSX105_SDK
typedef SInt16 FSIORefNum; typedef SInt16 FSIORefNum;
#endif #endif
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include "pymactoolbox.h" #include "pymactoolbox.h"
#ifndef HAVE_MACOS105_SDK #ifndef HAVE_OSX105_SDK
typedef SInt16 FSIORefNum; typedef SInt16 FSIORefNum;
#endif #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