mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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
|
|
@ -171,6 +171,8 @@ CFOptionFlags = Type("CFOptionFlags", "l")
|
|||
CFStringEncoding = Type("CFStringEncoding", "l")
|
||||
CFComparisonResult = Type("CFComparisonResult", "l") # a bit dangerous, it's an enum
|
||||
CFURLPathStyle = Type("CFURLPathStyle", "l") # a bit dangerous, it's an enum
|
||||
FSRef_ptr = OpaqueType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
|
||||
FSRef = OpaqueByValueType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
|
||||
|
||||
char_ptr = stringptr
|
||||
return_stringptr = Type("char *", "s") # ONLY FOR RETURN VALUES!!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue