mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +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
ae8a68f40c
commit
b81cf9d61c
31 changed files with 1231 additions and 599 deletions
|
@ -6,7 +6,7 @@
|
|||
import string
|
||||
|
||||
import addpack
|
||||
addpack.addpack('D:python:Tools:bgen:bgen')
|
||||
addpack.addpack(':Tools:bgen:bgen')
|
||||
|
||||
# Declarations that change for each manager
|
||||
MACHEADERFILE = 'Menus.h' # The Apple header file
|
||||
|
@ -26,6 +26,9 @@ from macsupport import *
|
|||
# Create the type objects
|
||||
|
||||
MenuHandle = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX)
|
||||
MenuRef = MenuHandle
|
||||
|
||||
unsigned_char = Type('unsigned char', 'b')
|
||||
|
||||
includestuff = includestuff + """
|
||||
#include <Devices.h> /* Defines OpenDeskAcc in universal headers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue