summaryrefslogtreecommitdiffstats
path: root/src/win/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win/internal.h')
-rw-r--r--src/win/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win/internal.h b/src/win/internal.h
index 058ddb8..b096255 100644
--- a/src/win/internal.h
+++ b/src/win/internal.h
@@ -266,7 +266,7 @@ void uv__fs_poll_endgame(uv_loop_t* loop, uv_fs_poll_t* handle);
*/
void uv__util_init(void);
-uint64_t uv__hrtime(double scale);
+uint64_t uv__hrtime(unsigned int scale);
__declspec(noreturn) void uv_fatal_error(const int errorno, const char* syscall);
int uv__getpwuid_r(uv_passwd_t* pwd);
int uv__convert_utf16_to_utf8(const WCHAR* utf16, int utf16len, char** utf8);