[Python-checkins] CVS: python/dist/src/Mac/Modules/menu menusupport.py,1.13,1.14

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


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

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

Index: menusupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/menu/menusupport.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** menusupport.py	2001/11/30 14:16:33	1.13
--- menusupport.py	2001/12/16 20:15:51	1.14
***************
*** 29,32 ****
--- 29,33 ----
  MenuID = Type("MenuID", "h")
  MenuItemIndex = Type("MenuItemIndex", "h")
+ MenuItemID = Type("MenuItemID", "l")
  MenuCommand = Type("MenuCommand", "l")
  MenuAttributes = Type("MenuAttributes", "l")
***************
*** 35,38 ****
--- 36,41 ----
  FMFontFamily = Type("FMFontFamily", "h")
  FMFontStyle = Type("FMFontStyle", "h")
+ CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
+ UniChar = Type("UniChar", "h")
  
  includestuff = includestuff + """