windows: fix formatting issue in uv-win.h
This commit is contained in:
parent
7c3ba514e7
commit
4442ddcaae
@ -511,5 +511,6 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s);
|
||||
/* empty */
|
||||
|
||||
int uv_utf16_to_utf8(const WCHAR* utf16Buffer, size_t utf16Size,
|
||||
char* utf8Buffer, size_t utf8Size);int uv_utf8_to_utf16(const char* utf8Buffer, WCHAR* utf16Buffer,
|
||||
char* utf8Buffer, size_t utf8Size);
|
||||
int uv_utf8_to_utf16(const char* utf8Buffer, WCHAR* utf16Buffer,
|
||||
size_t utf16Size);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user