mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
Fix broken build.
This commit is contained in:
parent
f98edcab5c
commit
19fcd3dad6
@ -97,7 +97,7 @@
|
||||
#include <iphlpapi.h>
|
||||
#endif
|
||||
|
||||
#if _WIN32_WINNT < 0x0600
|
||||
#if defined(Q_OS_WIN) && (_WIN32_WINNT < 0x0600)
|
||||
using NETIO_STATUS = LONG;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user