mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Trying again to check it in. Changes to:
- Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
This commit is contained in:
parent
c7cfb95559
commit
ae8a68f40c
16 changed files with 466 additions and 284 deletions
|
|
@ -5,6 +5,9 @@
|
|||
|
||||
import string
|
||||
|
||||
import addpack
|
||||
addpack.addpack(':Tools:bgen:bgen')
|
||||
|
||||
# Declarations that change for each manager
|
||||
MACHEADERFILE = 'Controls.h' # The Apple header file
|
||||
MODNAME = 'Ctl' # The name of the module
|
||||
|
|
@ -22,6 +25,7 @@
|
|||
# Create the type objects
|
||||
|
||||
ControlHandle = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX)
|
||||
ControlRef = ControlHandle
|
||||
ExistingControlHandle = OpaqueByValueType(OBJECTTYPE, "CtlObj_WhichControl", "BUG")
|
||||
|
||||
RgnHandle = FakeType("theWindow->visRgn") # XXX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue