mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Moved CoreFoundation type support to bgen/macsupport.
This commit is contained in:
parent
286e838f22
commit
f34a8bced2
7 changed files with 75 additions and 70 deletions
|
@ -36,7 +36,6 @@ 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 + """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue