mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Fix broken build.
This commit is contained in:
parent
f98edcab5c
commit
19fcd3dad6
@ -97,7 +97,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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user