mirror of
https://github.com/curl/curl.git
synced 2026-06-06 12:54:17 +03:00
comment
This commit is contained in:
parent
7eb30b5900
commit
9bad7ec86b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue