1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

winsock2 nit

This commit is contained in:
Rick V 2019-03-25 13:37:11 -05:00
parent 30aebce091
commit 2d4d731876
No known key found for this signature in database
GPG key ID: C0EDC8723FDC3465

View file

@ -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