v/vlib/net/socket_win.v

6 lines
76 B
V

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