mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Include Carbon/Carbon.h if we're on OSX.
This commit is contained in:
parent
0de279b9cd
commit
e9fb3d6db3
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
#ifdef WITHOUT_FRAMEWORKS
|
#ifdef WITHOUT_FRAMEWORKS
|
||||||
#include <MacTextEditor.h>
|
#include <MacTextEditor.h>
|
||||||
#else
|
#else
|
||||||
#include <xxxx.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* For now we declare them forward here. They'll go to mactoolbox later */
|
/* For now we declare them forward here. They'll go to mactoolbox later */
|
||||||
|
|
|
@ -23,7 +23,7 @@ includestuff = includestuff + """
|
||||||
#ifdef WITHOUT_FRAMEWORKS
|
#ifdef WITHOUT_FRAMEWORKS
|
||||||
#include <MacTextEditor.h>
|
#include <MacTextEditor.h>
|
||||||
#else
|
#else
|
||||||
#include <xxxx.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* For now we declare them forward here. They'll go to mactoolbox later */
|
/* For now we declare them forward here. They'll go to mactoolbox later */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue