revert (svn merge -c -1368 ). It does break compilation on windows

This commit is contained in:
Mathieu Malaterre 2012-02-01 21:45:12 +00:00
parent 09522e65af
commit 427b2427d4
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include "byte_manager.h"
#ifdef _WIN32
#include <winsock2.h>
#include <winsock.h>
#else
typedef int SOCKET;
#endif /*_WIN32*/