You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Windows CI: force-include wincompat.h for ssize_t and Winsock types
Using /I path wasn't enough — picoquic_packet_loop.h uses ssize_t
before wincompat.h gets included. Use /FI to force-include wincompat.h
(and ws2tcpip.h) before all source files, ensuring ssize_t, Winsock2,
and IPv6 types are always defined.
0 commit comments