mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +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
|
||||
#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…
Add table
Add a link
Reference in a new issue