Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa767e commit 373f0a9Copy full SHA for 373f0a9
1 file changed
Modules/_winapi.c
@@ -1343,6 +1343,7 @@ PyInit__winapi(void)
1343
WINAPI_CONSTANT(F_DWORD, STILL_ACTIVE);
1344
WINAPI_CONSTANT(F_DWORD, SW_HIDE);
1345
WINAPI_CONSTANT(F_DWORD, WAIT_OBJECT_0);
1346
+ WINAPI_CONSTANT(F_DWORD, WAIT_ABANDONED_0);
1347
WINAPI_CONSTANT(F_DWORD, WAIT_TIMEOUT);
1348
1349
WINAPI_CONSTANT("i", NULL);
0 commit comments