[Python-checkins] CVS: python/dist/src/Mac/Modules/qt qtscan.py,1.17,1.18

Jack Jansen jackjansen@users.sourceforge.net
Tue, 18 Dec 2001 07:39:06 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/qt
In directory usw-pr-cvs1:/tmp/cvs-serv15986/python/Mac/Modules/qt

Modified Files:
	qtscan.py 
Log Message:
Updated to Universal Headers 3.4

Index: qtscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/qt/qtscan.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** qtscan.py	2001/01/09 22:09:30	1.17
--- qtscan.py	2001/12/18 15:39:04	1.18
***************
*** 145,148 ****
--- 145,153 ----
  			# AddTime and SubtractTime
  			([('TimeRecord', 'dst', 'OutMode')], [('TimeRecord', 'dst', 'InOutMode')]),
+ 			
+ 			# Funny definitions
+ 			([('char_ptr', '*', 'InMode')], [('stringptr', '*', 'InMode')]),
+ 			([('FSSpecPtr', '*', 'InMode')], [('FSSpec_ptr', '*', 'InMode')]),
+ 			([('unsigned_char', 'swfVersion', 'OutMode')], [('UInt8', 'swfVersion', 'OutMode')]),
  			]