win: uv_poll_get_timeout is removed
This commit is contained in:
parent
e316e4a267
commit
f6d6a12c1a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ void NodeBindingsWin::PollEvents() {
|
||||||
ULONG_PTR key;
|
ULONG_PTR key;
|
||||||
OVERLAPPED* overlapped;
|
OVERLAPPED* overlapped;
|
||||||
|
|
||||||
timeout = uv_get_poll_timeout(uv_loop_);
|
timeout = uv_backend_timeout(uv_loop_);
|
||||||
GetQueuedCompletionStatus(uv_loop_->iocp,
|
GetQueuedCompletionStatus(uv_loop_->iocp,
|
||||||
&bytes,
|
&bytes,
|
||||||
&key,
|
&key,
|
||||||
|
|
Loading…
Add table
Reference in a new issue