mirror of https://github.com/python/cpython
Another fix for 4-way universal builds, use the right #ifndef guard
to detect the OSX 10.5 SDK.
This commit is contained in:
parent
a4cb472fb0
commit
aa8efbf084
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue