mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Various small fixes. The demo now starts to limp along.
This commit is contained in:
parent
e1608529d1
commit
f0ded2f0bc
3 changed files with 36 additions and 2 deletions
|
@ -107,6 +107,7 @@ TXNBackgroundType = Type("TXNBackgroundType", "l")
|
|||
DragReference = OpaqueByValueType("DragReference", "DragObj")
|
||||
DragTrackingMessage = Type("DragTrackingMessage", "h")
|
||||
RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
|
||||
OptRgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
|
||||
GWorldPtr = OpaqueByValueType("GWorldPtr", "GWorldObj")
|
||||
MlteInBuffer = VarInputBufferType('void *', 'ByteCount', 'l')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue