summaryrefslogtreecommitdiff
path: root/deps/uv/include/uv-win.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-07-20 19:55:12 -0700
committerRyan Dahl <ry@tinyclouds.org>2011-07-20 19:57:03 -0700
commit133036fdadbca1099cf1cf589987eea01236722e (patch)
treee5dcf60cf26bd8faf652e1aa2d856b635e776e00 /deps/uv/include/uv-win.h
parent1b89323e92001481f7b0e1f14736d288b58b160e (diff)
downloadnode-133036fdadbca1099cf1cf589987eea01236722e.tar.gz
upgrade libuv to 6e50576
Diffstat (limited to 'deps/uv/include/uv-win.h')
-rw-r--r--deps/uv/include/uv-win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/include/uv-win.h b/deps/uv/include/uv-win.h
index 12588e969..5bbb44612 100644
--- a/deps/uv/include/uv-win.h
+++ b/deps/uv/include/uv-win.h
@@ -103,7 +103,7 @@ typedef struct uv_buf_t {
HANDLE handle;
#define UV_PIPE_PRIVATE_FIELDS \
- char* name; \
+ wchar_t* name; \
union { \
struct { uv_pipe_server_fields }; \
struct { uv_pipe_connection_fields }; \