[Python-checkins] CVS: python/dist/src/Mac/Modules/cf cfsupport.py,1.12,1.13

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


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

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

Index: cfsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cf/cfsupport.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** cfsupport.py	2001/11/05 14:39:11	1.12
--- cfsupport.py	2001/12/16 20:18:18	1.13
***************
*** 172,175 ****
--- 172,177 ----
  CFComparisonResult = Type("CFComparisonResult", "l")  # a bit dangerous, it's an enum
  CFURLPathStyle = Type("CFURLPathStyle", "l") #  a bit dangerous, it's an enum
+ FSRef_ptr = OpaqueType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
+ FSRef = OpaqueByValueType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
  
  char_ptr = stringptr