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

Commit

Permalink
windows: remove duplicated field
Browse files Browse the repository at this point in the history
Fixes build
  • Loading branch information
mattn authored and saghul committed Sep 3, 2014
1 parent 06f9e14 commit 49cb40c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/uv-win.h
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,7 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s);
} pending_ipc_info; \
uv_write_t* non_overlapped_writes_tail; \
uv_mutex_t readfile_mutex; \
volatile HANDLE readfile_thread; \
void* reserved;
volatile HANDLE readfile_thread;

#define UV_PIPE_PRIVATE_FIELDS \
HANDLE handle; \
Expand Down

0 comments on commit 49cb40c

Please sign in to comment.