windows: reserve some room for zero-read minibuffer
This commit is contained in:
parent
67090653df
commit
b496c1221c
@ -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; \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user