ext/libuv/src/win/handle-inl.h in uvrb-0.1.4 vs ext/libuv/src/win/handle-inl.h in uvrb-0.2.0

- old
+ new

@@ -72,10 +72,10 @@ } while (0) #define uv__handle_close(handle) \ do { \ - ngx_queue_remove(&(handle)->handle_queue); \ + QUEUE_REMOVE(&(handle)->handle_queue); \ uv__active_handle_rm((uv_handle_t*) (handle)); \ \ (handle)->flags |= UV_HANDLE_CLOSED; \ \ if ((handle)->close_cb) \