windows: reserve some room for zero-read minibuffer

This commit is contained in:
Bert Belder 2012-06-19 21:11:17 +02:00
parent 67090653df
commit b496c1221c

View File

@ -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; \