Windows: make uv_is_active work for timers

This commit is contained in:
Bert Belder 2011-05-19 01:55:21 +02:00
parent 3d0332ed6e
commit fd8ee879e2

View File

@ -1439,6 +1439,7 @@ int uv_idle_stop(uv_handle_t* handle) {
int uv_is_active(uv_handle_t* handle) {
switch (handle->type) {
case UV_TIMER:
case UV_IDLE:
case UV_PREPARE:
case UV_CHECK: