win: uv_poll_get_timeout is removed

This commit is contained in:
Cheng Zhao 2014-09-30 23:27:36 +08:00
parent e316e4a267
commit f6d6a12c1a

View file

@ -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,