You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/contrib/patches/libzmq-mingw-wepoll.patch

17 lines
361 B
Diff

diff --git a/external/wepoll/wepoll.c b/external/wepoll/wepoll.c
--- a/external/wepoll/wepoll.c
+++ b/external/wepoll/wepoll.c
@@ -140,9 +140,9 @@
#pragma warning(push, 1)
#endif
-#include <WS2tcpip.h>
-#include <WinSock2.h>
-#include <Windows.h>
+#include <ws2tcpip.h>
+#include <winsock2.h>
+#include <windows.h>
#ifndef __GNUC__
#pragma warning(pop)