This commit is contained in:
Viktor Szakats 2025-07-24 16:00:04 +02:00
parent 7eb30b5900
commit 9bad7ec86b
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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