mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-06 05:01: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>
|
||||
#endif
|
||||
|
||||
#if _WIN32_WINNT < 0x0600
|
||||
#if defined(Q_OS_WIN) && (_WIN32_WINNT < 0x0600)
|
||||
using NETIO_STATUS = LONG;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue