summaryrefslogtreecommitdiff
path: root/msvc-config.h
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-20 19:04:23 -0800
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-20 19:04:23 -0800
commit16594884da1c20c60fa1211c76939696547c02b5 (patch)
tree1e1ae20b323f6e99a36bcf9611032726c76afae6 /msvc-config.h
parent3a91332a70abfc777a352c46727f54426c982371 (diff)
Sockets are now working properly under MSVC. I guess I broke mingw32 though, but we'll fix this later.
Diffstat (limited to 'msvc-config.h')
-rw-r--r--msvc-config.h2
1 files changed, 2 insertions, 0 deletions
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