Fix broken build.

This commit is contained in:
sledgehammer999 2017-08-15 21:57:34 +03:00
parent b37c395118
commit f3b4c4acfc
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -93,7 +93,7 @@
#include <iphlpapi.h> #include <iphlpapi.h>
#endif #endif
#if _WIN32_WINNT < 0x0600 #if defined(Q_OS_WIN) && (_WIN32_WINNT < 0x0600)
using NETIO_STATUS = LONG; using NETIO_STATUS = LONG;
#endif #endif