diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-13 23:16:00 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-12-13 23:16:00 (GMT) |
commit | 6d802a0ce35ea2d0058191e198edab2d87360278 (patch) | |
tree | 29583b6f552b609f64ef228b3b5873f952b27d52 /Mac/Modules/file/filesupport.py | |
parent | b2ef47b84efd289d9607348920d6000aad8324ff (diff) | |
download | cpython-6d802a0ce35ea2d0058191e198edab2d87360278.zip cpython-6d802a0ce35ea2d0058191e198edab2d87360278.tar.gz cpython-6d802a0ce35ea2d0058191e198edab2d87360278.tar.bz2 |
Tweaks to make this module OS9-compatible.
Diffstat (limited to 'Mac/Modules/file/filesupport.py')
-rw-r--r-- | Mac/Modules/file/filesupport.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Mac/Modules/file/filesupport.py b/Mac/Modules/file/filesupport.py index a009c3d..f916c34 100644 --- a/Mac/Modules/file/filesupport.py +++ b/Mac/Modules/file/filesupport.py @@ -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 |