diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/pop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index 0b9204576bd..731f951fd14 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -30,7 +30,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 30 | #include "ntlib.h" | 30 | #include "ntlib.h" |
| 31 | #undef _WIN32_WINNT | 31 | #undef _WIN32_WINNT |
| 32 | #define _WIN32_WINNT 0x0501 /* for getaddrinfo stuff */ | 32 | #define _WIN32_WINNT 0x0501 /* for getaddrinfo stuff */ |
| 33 | #if defined __MINGW32_VERSION && __MINGW32_VERSION >= 5000000L | 33 | #if defined __MINGW32_VERSION && __MINGW32_VERSION >= 5000002L |
| 34 | # include <windows.h> | 34 | # include <windows.h> |
| 35 | #else | 35 | #else |
| 36 | # include <winsock2.h> | 36 | # include <winsock2.h> |