v/vlib/net/socket_win.v

6 lines
76 B
V
Raw Normal View History

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