From f71f5a02e6c3bff5249b1c13cd94fbd21070ed9c Mon Sep 17 00:00:00 2001 From: Yuki Okumura Date: Fri, 21 Oct 2011 00:42:40 +0900 Subject: [PATCH] Win: lower case tlhelp32.h to support cross compilation --- src/win/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/util.c b/src/win/util.c index ece56611..fcdeafc7 100644 --- a/src/win/util.c +++ b/src/win/util.c @@ -26,7 +26,7 @@ #include "uv.h" #include "internal.h" -#include "Tlhelp32.h" +#include "tlhelp32.h" int uv_utf16_to_utf8(const wchar_t* utf16Buffer, size_t utf16Size,