Tweaks to make this module OS9-compatible.

This commit is contained in:
Jack Jansen 2002-12-13 23:16:00 +00:00
parent b2ef47b84e
commit 6d802a0ce3
3 changed files with 31 additions and 13 deletions

View file

@ -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