[Python-checkins] CVS: python/dist/src/Mac/Modules/mlte mltesupport.py,1.6,1.7
Jack Jansen
jackjansen@users.sourceforge.net
2001年12月18日 07:39:35 -0800
Update of /cvsroot/python/python/dist/src/Mac/Modules/mlte
In directory usw-pr-cvs1:/tmp/cvs-serv16128/python/Mac/Modules/mlte
Modified Files:
mltesupport.py
Log Message:
Updated to Universal Headers 3.4
Index: mltesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/mlte/mltesupport.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** mltesupport.py 2001年09月01日 23:38:13 1.6
--- mltesupport.py 2001年12月18日 15:39:33 1.7
***************
*** 126,129 ****
--- 126,130 ----
OptGWorldPtr = OpaqueByValueType("GWorldPtr", "OptGWorldObj")
MlteInBuffer = VarInputBufferType('void *', 'ByteCount', 'l')
+ CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
OptFSSpecPtr = OpaqueByValueType("FSSpec *", "OptFSSpecPtr")