Commit d4076578 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2244 from rotty/wip/fix-mstcpip-include

Fix #include case for <mstcpip.h>
parents 519940d0 365ca859
......@@ -58,10 +58,10 @@
#include <iphlpapi.h>
#if !defined __MINGW32__
#include <Mstcpip.h>
#include <mstcpip.h>
#endif
// Workaround missing Mstcpip.h in mingw32 (MinGW64 provides this)
// Workaround missing mstcpip.h in mingw32 (MinGW64 provides this)
// __MINGW64_VERSION_MAJOR is only defined when using in mingw-w64
#if defined __MINGW32__ && !defined SIO_KEEPALIVE_VALS && \
!defined __MINGW64_VERSION_MAJOR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment