From 6bec5440ebced1bc2b91c1c9f3fbc7a361995331 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 20 Aug 2012 18:41:07 +0200 Subject: uv: upgrade to 8073a26 --- deps/uv/test/runner-win.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'deps/uv/test/runner-win.c') diff --git a/deps/uv/test/runner-win.c b/deps/uv/test/runner-win.c index ad36719c8f..2f44ff33a9 100644 --- a/deps/uv/test/runner-win.c +++ b/deps/uv/test/runner-win.c @@ -103,8 +103,8 @@ int process_start(char *name, char *part, process_info_t *p) { goto error; if (part) { - if (_snwprintf((wchar_t*)args, - sizeof(args) / sizeof(wchar_t), + if (_snwprintf((WCHAR*)args, + sizeof(args) / sizeof(WCHAR), L"\"%s\" %S %S", image, name, @@ -112,8 +112,8 @@ int process_start(char *name, char *part, process_info_t *p) { goto error; } } else { - if (_snwprintf((wchar_t*)args, - sizeof(args) / sizeof(wchar_t), + if (_snwprintf((WCHAR*)args, + sizeof(args) / sizeof(WCHAR), L"\"%s\" %S", image, name) < 0) { -- cgit v1.2.3