aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <s@saghul.net>2024-12-12 15:59:30 +0100
committerGitHub <noreply@github.com>2024-12-12 15:59:30 +0100
commit16e6e84dcc190ca9975802ce742c2ab404f00b47 (patch)
tree3fc82ad41a5e34ed20d3206e9c5732fdae678f3d /include
parent7752218db2cd3de28a2924d2e9b0f6e062b441c7 (diff)
downloadlibuv-16e6e84dcc190ca9975802ce742c2ab404f00b47.tar.gz
libuv-16e6e84dcc190ca9975802ce742c2ab404f00b47.zip
win: drop support for the legacy MinGW (#4645)
The OG MinGW has been dead for years, MinGW-w64 has taken its place.
Diffstat (limited to 'include')
-rw-r--r--include/uv/win.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/uv/win.h b/include/uv/win.h
index be17faec..58d10b8d 100644
--- a/include/uv/win.h
+++ b/include/uv/win.h
@@ -32,14 +32,6 @@ typedef intptr_t ssize_t;
#include <winsock2.h>
-#if defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR)
-typedef struct pollfd {
- SOCKET fd;
- short events;
- short revents;
-} WSAPOLLFD, *PWSAPOLLFD, *LPWSAPOLLFD;
-#endif
-
#ifndef LOCALE_INVARIANT
# define LOCALE_INVARIANT 0x007f
#endif