(main) [_WIN32]: Upgrade to winsock version 2.

Remove version 1.1 include files.
This commit is contained in:
Ron Koenderink 2006-02-05 15:47:13 +00:00
parent 59c8e97797
commit 1a539f9128
6 changed files with 5 additions and 10 deletions

View file

@ -39,7 +39,6 @@
#include <sys/types.h>
#ifdef _WIN32
#include <windows.h>
#include <winsock.h>
#else
#include <netinet/in.h>
#endif