diff options
Diffstat (limited to 'Mac/Modules/menu/menusupport.py')
-rw-r--r-- | Mac/Modules/menu/menusupport.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Modules/menu/menusupport.py b/Mac/Modules/menu/menusupport.py index 3157594..210a6b3 100644 --- a/Mac/Modules/menu/menusupport.py +++ b/Mac/Modules/menu/menusupport.py @@ -28,12 +28,15 @@ Handle = OpaqueByValueType("Handle", "ResObj") MenuBarHandle = OpaqueByValueType("MenuBarHandle", "ResObj") MenuID = Type("MenuID", "h") MenuItemIndex = Type("MenuItemIndex", "h") +MenuItemID = Type("MenuItemID", "l") MenuCommand = Type("MenuCommand", "l") MenuAttributes = Type("MenuAttributes", "l") MenuItemAttributes = Type("MenuItemAttributes", "l") unsigned_char = Type('unsigned char', 'b') FMFontFamily = Type("FMFontFamily", "h") FMFontStyle = Type("FMFontStyle", "h") +CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj") +UniChar = Type("UniChar", "h") includestuff = includestuff + """ #ifdef WITHOUT_FRAMEWORKS |