[Python-checkins] CVS: python/dist/src/Mac/Modules/app appsupport.py,1.8,1.9

Jack Jansen jackjansen@users.sourceforge.net
Sun, 16 Dec 2001 12:18:27 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/app
In directory usw-pr-cvs1:/tmp/cvs-serv2712/Python/Mac/Modules/app

Modified Files:
	appsupport.py 
Log Message:
Adapted for Universal Headers 3.4

Index: appsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/app/appsupport.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** appsupport.py	2001/08/23 13:47:50	1.8
--- appsupport.py	2001/12/16 20:18:25	1.9
***************
*** 68,71 ****
--- 68,74 ----
  ThemeMetric = Type("ThemeMetric", "l")
  RGBColor = OpaqueType("RGBColor", "QdRGB")
+ CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
+ CFMutableStringRef = OpaqueByValueType("CFMutableStringRef", "CFMutableStringRefObj")
+ TruncCode = Type("TruncCode", "h")
  
  includestuff = includestuff + """