1
0
Fork 0

winpoop.h seriously?

This commit is contained in:
PlutoniumHeart 2013-08-18 03:20:35 -07:00 committed by Gijs de Rooy
parent d03b44b662
commit 296555f26b

View file

@ -40,7 +40,7 @@ extern "C" {
typedef int socklen_t;
#endif
#if defined(WIN32) || defined(_WIN32_WCE)
#include "winpoop.h"
#include "winsock2.h"
#else
#include <sys/socket.h>
#endif