Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Win: lower case tlhelp32.h to support cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
okuoku authored and piscisaureus committed Dec 1, 2011
1 parent b471b33 commit 7c50415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/util.c
Expand Up @@ -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,
Expand Down

0 comments on commit 7c50415

Please sign in to comment.