v/vlib/net/socket_win.v
2019-07-24 00:31:39 +02:00

5 lines
76 B
V

module net
#flag -lws2_32
#include <winsock2.h>
#include <Ws2tcpip.h>