This commit is contained in:
Viktor Szakats 2025-07-24 15:18:02 +02:00
parent 8e4aa0d47b
commit 7eb30b5900
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -60,7 +60,7 @@
#endif
#if defined(HAVE_IF_NAMETOINDEX) && defined(_WIN32)
#if __MINGW64_VERSION_MAJOR <= 5
#if defined(__MINGW32__) && (__MINGW64_VERSION_MAJOR <= 5)
#include <wincrypt.h> /* to avoid a mingw-w64 header issue */
#endif
#include <iphlpapi.h>