From 2da9450de57e6420480607ac2e83bc3cb1fa19e9 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Thu, 3 Feb 2022 15:11:45 +0100 Subject: build(deps): bump libuv to 1.43.0+7ae0c95 --- third-party/patches/libuv-disable-typedef-MinGW.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 third-party/patches/libuv-disable-typedef-MinGW.patch (limited to 'third-party/patches/libuv-disable-typedef-MinGW.patch') diff --git a/third-party/patches/libuv-disable-typedef-MinGW.patch b/third-party/patches/libuv-disable-typedef-MinGW.patch deleted file mode 100644 index a47893cede..0000000000 --- a/third-party/patches/libuv-disable-typedef-MinGW.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/include/uv/win.h b/include/uv/win.h -index f5f1d3a3..64a0dfd9 100644 ---- a/include/uv/win.h -+++ b/include/uv/win.h -@@ -45,7 +45,14 @@ typedef struct pollfd { - #endif - - #include -+// Disable the typedef in mstcpip.h of MinGW. -+#define _TCP_INITIAL_RTO_PARAMETERS _TCP_INITIAL_RTO_PARAMETERS__ -+#define TCP_INITIAL_RTO_PARAMETERS TCP_INITIAL_RTO_PARAMETERS__ -+#define PTCP_INITIAL_RTO_PARAMETERS PTCP_INITIAL_RTO_PARAMETERS__ - #include -+#undef _TCP_INITIAL_RTO_PARAMETERS -+#undef TCP_INITIAL_RTO_PARAMETERS -+#undef PTCP_INITIAL_RTO_PARAMETERS - #include - - #include -- cgit