Fix broken build.

This commit is contained in:
sledgehammer999
2017-08-15 21:57:34 +03:00
parent b37c395118
commit f3b4c4acfc

View File

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