mirror of
https://github.com/python/cpython.git
synced 2025-11-06 08:31:58 +00:00
10 lines
169 B
Python
10 lines
169 B
Python
|
|
f = Function(void, 'SetPort',
|
||
|
|
(WindowPtr, 'thePort', InMode),
|
||
|
|
)
|
||
|
|
functions.append(f)
|
||
|
|
|
||
|
|
f = Function(void, 'OpenDeskAcc',
|
||
|
|
(Str255, 'name', InMode),
|
||
|
|
)
|
||
|
|
functions.append(f)
|