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

Commit

Permalink
windows: reserve some room for zero-read minibuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jun 19, 2012
1 parent 6709065 commit b496c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uv-private/uv-win.h
Expand Up @@ -355,6 +355,7 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s);
uv_write_t ipc_header_write_req; \
int ipc_pid; \
uint64_t remaining_ipc_rawdata_bytes; \
unsigned char reserved[sizeof(void*)]; \
struct { \
WSAPROTOCOL_INFOW* socket_info; \
int tcp_connection; \
Expand Down

0 comments on commit b496c12

Please sign in to comment.