v/vlib/net/socket_win.v

6 lines
76 B
V
Raw Normal View History

2019-07-13 23:29:00 +02:00
module net
#flag -lws2_32
#include <winsock2.h>
#include <Ws2tcpip.h>