shell_integration/windows: Create _newQueries as a non-signaled auto-reset event.
authorFrederik Juul Christiani <frederik@vikingsoft.eu>
Tue, 13 Jun 2017 09:23:08 +0000 (11:23 +0200)
committerJocelyn Turcotte <jturcotte@woboq.com>
Mon, 19 Jun 2017 10:11:11 +0000 (12:11 +0200)
commitbc2e1a53cbc7dd10c83bb7d69736cb9e750d6571
treedcb3d2bd84f330af80be3186effd5eb9e9e33718
parente7d4d12e165ea8c5de59acc10d4f2f9403ae4dc2
shell_integration/windows: Create _newQueries as a non-signaled auto-reset event.

Since ResetEvent() is never called, the call to WaitForMultipleObjects()
can always return immediately once the event has been signaled.
shell_integration/windows/OCUtil/RemotePathChecker.cpp