From 7c50415db69dc3a3dbe0ec3468159d1c1079e5a0 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 3bc3e1db..8035e329 100644 --- a/src/win/util.c +++ b/src/win/util.c @@ -25,7 +25,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,