mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Adapted for Universal Headers 3.4
This commit is contained in:
parent
b519638d1e
commit
2168e9d602
19 changed files with 1779 additions and 379 deletions
|
|
@ -67,6 +67,9 @@ ThemeDragSoundKind = OSTypeType("ThemeDragSoundKind")
|
|||
ThemeBackgroundKind = Type("ThemeBackgroundKind", "l")
|
||||
ThemeMetric = Type("ThemeMetric", "l")
|
||||
RGBColor = OpaqueType("RGBColor", "QdRGB")
|
||||
CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
|
||||
CFMutableStringRef = OpaqueByValueType("CFMutableStringRef", "CFMutableStringRefObj")
|
||||
TruncCode = Type("TruncCode", "h")
|
||||
|
||||
includestuff = includestuff + """
|
||||
#ifdef WITHOUT_FRAMEWORKS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue