mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
multiprocessing.connection
This commit is contained in:
parent
7fa767e517
commit
373f0a925b
1 changed files with 1 additions and 0 deletions
|
@ -1343,6 +1343,7 @@ PyInit__winapi(void)
|
|||
WINAPI_CONSTANT(F_DWORD, STILL_ACTIVE);
|
||||
WINAPI_CONSTANT(F_DWORD, SW_HIDE);
|
||||
WINAPI_CONSTANT(F_DWORD, WAIT_OBJECT_0);
|
||||
WINAPI_CONSTANT(F_DWORD, WAIT_ABANDONED_0);
|
||||
WINAPI_CONSTANT(F_DWORD, WAIT_TIMEOUT);
|
||||
|
||||
WINAPI_CONSTANT("i", NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue