mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Tweaks to make this module OS9-compatible.
This commit is contained in:
parent
b2ef47b84e
commit
6d802a0ce3
3 changed files with 31 additions and 13 deletions
|
|
@ -46,11 +46,7 @@ FSVolumeRefNum = Type("FSVolumeRefNum", "h")
|
|||
HFSUniStr255 = OpaqueType("HFSUniStr255", "PyMac_BuildHFSUniStr255", "PyMac_GetHFSUniStr255")
|
||||
SInt64 = Type("SInt64", "L")
|
||||
UInt64 = Type("UInt64", "L")
|
||||
#UInt8_ptr
|
||||
#UniCharCount
|
||||
#char_ptr
|
||||
#void_ptr
|
||||
|
||||
UInt8_ptr = InputOnlyType("UInt8 *", "s")
|
||||
|
||||
includestuff = includestuff + """
|
||||
#ifdef WITHOUT_FRAMEWORKS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue