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.
2 parents 1986f39 + a181700 commit 598ce42Copy full SHA for 598ce42
src/queue.c
@@ -6560,7 +6560,7 @@ _dispatch_runloop_queue_handle_init(void *ctxt)
6560
handle = fd;
6561
#elif defined(_WIN32)
6562
HANDLE hEvent;
6563
- hEvent = CreateEventW(NULL, /*bManualReset=*/TRUE,
+ hEvent = CreateEventW(NULL, /*bManualReset=*/FALSE,
6564
/*bInitialState=*/FALSE, NULL);
6565
if (hEvent == NULL) {
6566
DISPATCH_INTERNAL_CRASH(GetLastError(), "CreateEventW");
0 commit comments