[_WIN32]: Upgrade to Windows Sockets 2.

This commit is contained in:
Ron Koenderink 2004-12-31 20:40:39 +00:00
parent c99a5b4f43
commit aabed1b346
5 changed files with 5 additions and 4 deletions

View file

@ -46,7 +46,7 @@
#include <string.h>
#if defined(_WIN32)
#include <winsock.h>
#include <winsock2.h>
#include <process.h>
#include "../lib/gen/getopt.h"
#include "service.h"