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>
Wed, 14 Jun 2017 10:14:22 +0000 (12:14 +0200)
commitfae178f70ba3743a41a7981270c28c038acba6e7
treea985acd12e4360d41ed6ca4ebcf11d3a5d807bff
parent744208f7012612c418c4c17063e00f6ba54533c3
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