1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #7792 from robUx4/win32_winnt

This commit is contained in:
Dave Rodgman
2023-07-13 19:34:24 +01:00
committed by GitHub
3 changed files with 11 additions and 11 deletions

View File

@@ -49,11 +49,6 @@
#define IS_EINTR(ret) ((ret) == WSAEINTR)
#if !defined(_WIN32_WINNT)
/* Enables getaddrinfo() & Co */
#define _WIN32_WINNT 0x0501
#endif
#include <ws2tcpip.h>
#include <winsock2.h>