summaryrefslogtreecommitdiff
path: root/Mac/Modules/file/filesupport.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-12-13 23:16:00 +0000
committerJack Jansen <jack.jansen@cwi.nl>2002-12-13 23:16:00 +0000
commit520d69f925ad5d79f99aef47cebb51b0ccd73954 (patch)
treed940669298d3b22733d34749458284353fed4c95 /Mac/Modules/file/filesupport.py
parent4cf823d7af4091936a14af54c55eb21531a9338f (diff)
downloadcpython-520d69f925ad5d79f99aef47cebb51b0ccd73954.tar.gz
Tweaks to make this module OS9-compatible.
Diffstat (limited to 'Mac/Modules/file/filesupport.py')
-rw-r--r--Mac/Modules/file/filesupport.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/Mac/Modules/file/filesupport.py b/Mac/Modules/file/filesupport.py
index a009c3dcba..f916c3455d 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