winsock2 nit

pull/442/head
Rick V 5 years ago
parent 30aebce091
commit 2d4d731876
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -12,6 +12,7 @@
|| (__APPLE__ && __MACH__)
#include <ev/ev_kqueue.hpp>
#elif defined(_WIN32) || defined(_WIN64) || defined(__NT__)
#define SHUT_RDWR SD_BOTH
#include <ev/ev_win32.hpp>
#else
#error No async event loop for your platform, subclass llarp_ev_loop

Loading…
Cancel
Save