[Python-checkins] CVS: python/dist/src/Mac/Modules/res ressupport.py,1.18,1.19

Jack Jansen jackjansen@users.sourceforge.net
Tue, 01 Jan 2002 14:43:10 -0800


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

Modified Files:
	ressupport.py 
Log Message:
Added some support for unicode arguments.

Index: ressupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/res/ressupport.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ressupport.py	2001/12/18 15:35:57	1.18
--- ressupport.py	2002/01/01 22:43:07	1.19
***************
*** 6,11 ****
  from macsupport import *
  
- FSRef_ptr = OpaqueType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
- 
  class ResMixIn:
  
--- 6,9 ----
***************
*** 21,24 ****
--- 19,24 ----
  
  RsrcChainLocation = Type("RsrcChainLocation", "h")
+ FSCatalogInfoBitmap = FakeType("0") # Type("FSCatalogInfoBitmap", "l")
+ FSCatalogInfo_ptr = FakeType("(FSCatalogInfo *)0")
  
  # includestuff etc. are imported from macsupport