Sweden-Number/dlls/winsock
Francois Gouget 9591836ffb 'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
2003-06-18 19:45:22 +00:00
..
tests Handle htonl() and friends like select(), this will hopefully avoid 2003-04-02 01:38:42 +00:00
.cvsignore Added version information. 2003-05-13 22:26:09 +00:00
Makefile.in Added version information. 2003-05-13 22:26:09 +00:00
async.c - Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall). 2002-10-30 20:26:32 +00:00
socket.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
version.rc Added version information. 2003-05-13 22:26:09 +00:00
winsock.spec Make all spec files grep-able. 2002-09-12 00:52:39 +00:00
ws2_32.spec Added WSASetEvent forward. 2003-06-04 20:23:58 +00:00