mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Lots more Carbon/Carbon.h includes, new UPP routine names, function prototypes. Most toolbox modules now compile, link and import in MacOSX-MachO python.
This commit is contained in:
parent
1129671350
commit
fa77e1a1b1
41 changed files with 2230 additions and 5765 deletions
|
|
@ -69,7 +69,12 @@ ThemeMetric = Type("ThemeMetric", "l")
|
|||
RGBColor = OpaqueType("RGBColor", "QdRGB")
|
||||
|
||||
includestuff = includestuff + """
|
||||
#include <%s>""" % MACHEADERFILE + """
|
||||
#ifdef WITHOUT_FRAMEWORKS
|
||||
#include <Appearance.h>
|
||||
#else
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
|
||||
"""
|
||||
|
||||
## class MyObjectDefinition(GlobalObjectDefinition):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue