mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 13:11:25 -07:00
Fix broken build.
This commit is contained in:
parent
b37c395118
commit
f3b4c4acfc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue