mirror of
https://github.com/python/cpython.git
synced 2024-11-30 05:15:14 +08:00
Include Carbon/Carbon.h if we're on OSX.
This commit is contained in:
parent
0de279b9cd
commit
e9fb3d6db3
@ -19,7 +19,7 @@
|
||||
#ifdef WITHOUT_FRAMEWORKS
|
||||
#include <MacTextEditor.h>
|
||||
#else
|
||||
#include <xxxx.h>
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
|
||||
/* For now we declare them forward here. They'll go to mactoolbox later */
|
||||
|
@ -23,7 +23,7 @@ includestuff = includestuff + """
|
||||
#ifdef WITHOUT_FRAMEWORKS
|
||||
#include <MacTextEditor.h>
|
||||
#else
|
||||
#include <xxxx.h>
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
|
||||
/* For now we declare them forward here. They'll go to mactoolbox later */
|
||||
|
Loading…
Reference in New Issue
Block a user