mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +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
|
@ -28,12 +28,15 @@ Handle = OpaqueByValueType("Handle", "ResObj")
|
|||
MenuBarHandle = OpaqueByValueType("MenuBarHandle", "ResObj")
|
||||
MenuID = Type("MenuID", "h")
|
||||
MenuItemIndex = Type("MenuItemIndex", "h")
|
||||
MenuItemID = Type("MenuItemID", "l")
|
||||
MenuCommand = Type("MenuCommand", "l")
|
||||
MenuAttributes = Type("MenuAttributes", "l")
|
||||
MenuItemAttributes = Type("MenuItemAttributes", "l")
|
||||
unsigned_char = Type('unsigned char', 'b')
|
||||
FMFontFamily = Type("FMFontFamily", "h")
|
||||
FMFontStyle = Type("FMFontStyle", "h")
|
||||
CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
|
||||
UniChar = Type("UniChar", "h")
|
||||
|
||||
includestuff = includestuff + """
|
||||
#ifdef WITHOUT_FRAMEWORKS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue