aboutsummaryrefslogtreecommitdiff
path: root/third-party/patches/libuv-disable-typedef-MinGW.patch
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-02-03 15:11:45 +0100
committerChristian Clason <c.clason@uni-graz.at>2022-02-26 12:06:02 +0100
commit2da9450de57e6420480607ac2e83bc3cb1fa19e9 (patch)
tree4a8c47190e62987ef16e182718895ebb29da2a59 /third-party/patches/libuv-disable-typedef-MinGW.patch
parentb857bc770bec07ef5f954226dd769531ce8ec758 (diff)
downloadrneovim-2da9450de57e6420480607ac2e83bc3cb1fa19e9.tar.gz
rneovim-2da9450de57e6420480607ac2e83bc3cb1fa19e9.tar.bz2
rneovim-2da9450de57e6420480607ac2e83bc3cb1fa19e9.zip
build(deps): bump libuv to 1.43.0+7ae0c95
Diffstat (limited to 'third-party/patches/libuv-disable-typedef-MinGW.patch')
-rw-r--r--third-party/patches/libuv-disable-typedef-MinGW.patch19
1 files changed, 0 insertions, 19 deletions
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 <mswsock.h>
-+// 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 <ws2tcpip.h>
-+#undef _TCP_INITIAL_RTO_PARAMETERS
-+#undef TCP_INITIAL_RTO_PARAMETERS
-+#undef PTCP_INITIAL_RTO_PARAMETERS
- #include <windows.h>
-
- #include <process.h>