mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Ported to Universal Header 2.0.1f (i.e. CW6)
This commit is contained in:
parent
a0e76bebd3
commit
7d0bc8343f
32 changed files with 519 additions and 490 deletions
|
@ -29,6 +29,8 @@ ControlRef = ControlHandle
|
|||
ExistingControlHandle = OpaqueByValueType(OBJECTTYPE, "CtlObj_WhichControl", "BUG")
|
||||
|
||||
RgnHandle = FakeType("theWindow->visRgn") # XXX
|
||||
ControlPartCode = Type("ControlPartCode", "h")
|
||||
DragConstraint = Type("DragConstraint", "h")
|
||||
|
||||
includestuff = includestuff + """
|
||||
#include <%s>""" % MACHEADERFILE + """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue