windows: small style fix in uv-win.h

This commit is contained in:
Bert Belder 2012-08-16 22:50:33 +02:00
parent 938a30589c
commit 7cf1b67594

View File

@ -370,7 +370,7 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s);
#define UV_PIPE_PRIVATE_FIELDS \
HANDLE handle; \
WCHAR* name; \
WCHAR* name; \
union { \
struct { uv_pipe_server_fields }; \
struct { uv_pipe_connection_fields }; \