mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Rather massive changes:
- Make the stuff run on Jack's machine (and hopefully all machines) in stead of Guido's only (addpack stuff) - Use the Universal Headers in stead of the Think headers - Fixed the test programs to use the new routine names
This commit is contained in:
parent
f301dcac73
commit
c7cfb95559
7 changed files with 165 additions and 359 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Generated from 'D:Development:THINK C:Mac #includes:Apple #includes:AppleEvents.h'
|
||||
# Generated from 'Moes:CW5 GOLD \304:Metrowerks C/C++ \304:Headers \304:Universal Headers 2.0a3 \304:AppleEvents.h'
|
||||
|
||||
typeBoolean = 'bool'
|
||||
typeChar = 'TEXT'
|
||||
|
|
@ -28,6 +28,8 @@ typeKeyword = 'keyw'
|
|||
typeSectionH = 'sect'
|
||||
typeWildCard = '****'
|
||||
typeApplSignature = 'sign'
|
||||
typeQDRectangle = 'qdrt'
|
||||
typeFixed = 'fixd'
|
||||
typeSessionID = 'ssid'
|
||||
typeTargetID = 'targ'
|
||||
typeProcessSerialNumber = 'psn '
|
||||
|
|
@ -79,26 +81,24 @@ kAnyTransactionID = 0
|
|||
kAEDefaultTimeout = -1
|
||||
kNoTimeOut = -2
|
||||
kAENoDispatch = 0
|
||||
kAEUseStandardDispatch = -1
|
||||
errAECoercionFail = -1700
|
||||
errAEDescNotFound = -1701
|
||||
errAECorruptData = -1702
|
||||
errAEWrongDataType = -1703
|
||||
errAENotAEDesc = -1704
|
||||
errAEBadListItem = -1705
|
||||
errAENewerVersion = -1706
|
||||
errAENotAppleEvent = -1707
|
||||
errAEEventNotHandled = -1708
|
||||
errAEReplyNotValid = -1709
|
||||
errAEUnknownSendMode = -1710
|
||||
errAEWaitCanceled = -1711
|
||||
errAETimeout = -1712
|
||||
errAENoUserInteraction = -1713
|
||||
errAENotASpecialFunction = -1714
|
||||
errAEParamMissed = -1715
|
||||
errAEUnknownAddressType = -1716
|
||||
errAEHandlerNotFound = -1717
|
||||
errAEReplyNotArrived = -1718
|
||||
errAEIllegalIndex = -1719
|
||||
errAEUnknownObjectType = -1731
|
||||
errAERecordingIsAlreadyOn = -1732
|
||||
kAEUseStandardDispatch = 0xFFFFFFFF
|
||||
kAEDoNotIgnoreHandler = 0x00000000
|
||||
kAEIgnoreAppPhacHandler = 0x00000001
|
||||
kAEIgnoreAppEventHandler = 0x00000002
|
||||
kAEIgnoreSysPhacHandler = 0x00000004
|
||||
kAEIgnoreSysEventHandler = 0x00000008
|
||||
kAEIngoreBuiltInEventHandler = 0x00000010
|
||||
kAEDontDisposeOnResume = 0x80000000
|
||||
kAEInteractWithSelf = 0
|
||||
kAEInteractWithLocal = 1
|
||||
kAEInteractWithAll = 2
|
||||
kAEUnknownSource = 0
|
||||
kAEDirectCall = 1
|
||||
kAESameProcess = 2
|
||||
kAELocalProcess = 3
|
||||
kAERemoteProcess = 4
|
||||
kAEDataArray = 0
|
||||
kAEPackedArray = 1
|
||||
kAEHandleArray = 2
|
||||
kAEDescArray = 3
|
||||
kAEKeyDescArray = 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue