ext/libuv/src/win/internal.h in libuv-1.1.0 vs ext/libuv/src/win/internal.h in libuv-1.1.1

- old
+ new

@@ -63,11 +63,10 @@ */ /* Used by all handles. */ #define UV_HANDLE_CLOSED 0x00000002 #define UV_HANDLE_ENDGAME_QUEUED 0x00000004 -#define UV_HANDLE_ACTIVE 0x00000010 /* uv-common.h: #define UV__HANDLE_CLOSING 0x00000001 */ /* uv-common.h: #define UV__HANDLE_ACTIVE 0x00000040 */ /* uv-common.h: #define UV__HANDLE_REF 0x00000020 */ /* uv-common.h: #define UV_HANDLE_INTERNAL 0x00000080 */ @@ -321,9 +320,10 @@ /* * Utilities. */ void uv__util_init(); +uint64_t uv__hrtime(double scale); int uv_parent_pid(); __declspec(noreturn) void uv_fatal_error(const int errorno, const char* syscall); /*