mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.
Completely untested.
This commit is contained in:
parent
fe3fe4adb5
commit
da6081fccb
18 changed files with 425 additions and 225 deletions
|
@ -24,22 +24,9 @@ LSAcceptanceFlags = Type("LSAcceptanceFlags", "l")
|
|||
LSInitializeFlags = Type("LSInitializeFlags", "l")
|
||||
LSRequestedInfo = Type("LSRequestedInfo", "l")
|
||||
LSRolesMask = Type("LSRolesMask", "l")
|
||||
UniCharCount = Type("UniCharCount", "l")
|
||||
OptCFStringRef = OpaqueByValueType("CFStringRef", "OptCFStringRefObj")
|
||||
LSItemInfoRecord = OpaqueType("LSItemInfoRecord", "LSItemInfoRecord")
|
||||
#MenuRef = OpaqueByValueType("MenuRef", "MenuObj")
|
||||
#MenuItemIndex = Type("MenuItemIndex", "H")
|
||||
|
||||
#WindowPeek = OpaqueByValueType("WindowPeek", OBJECTPREFIX)
|
||||
|
||||
#RgnHandle = FakeType("(RgnHandle)0")
|
||||
# XXXX Should be next, but this will break a lot of code...
|
||||
# RgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
|
||||
|
||||
#KeyMap = ArrayOutputBufferType("KeyMap")
|
||||
##MacOSEventKind = Type("MacOSEventKind", "h") # Old-style
|
||||
##MacOSEventMask = Type("MacOSEventMask", "h") # Old-style
|
||||
#EventMask = Type("EventMask", "H")
|
||||
#EventKind = Type("EventKind", "H")
|
||||
|
||||
includestuff = includestuff + """
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue