From 16594884da1c20c60fa1211c76939696547c02b5 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 20 Dec 2013 19:04:23 -0800 Subject: Sockets are now working properly under MSVC. I guess I broke mingw32 though, but we'll fix this later. --- msvc-config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'msvc-config.h') diff --git a/msvc-config.h b/msvc-config.h index 75474ed..02868b4 100644 --- a/msvc-config.h +++ b/msvc-config.h @@ -34,3 +34,5 @@ #define HAVE_FLOOR 1 #define EV_STAT_ENABLE 0 + +#define EV_USE_WSASOCKET 1 -- cgit v1.2.3