mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
Bump _WIN32_IE in cmake build
This commit is contained in:
parent
5783f7bafe
commit
7cc32cbe97
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ add_definitions(-DUNICODE
|
||||||
-DWIN32_LEAN_AND_MEAN
|
-DWIN32_LEAN_AND_MEAN
|
||||||
-DNTDDI_VERSION=0x05010000
|
-DNTDDI_VERSION=0x05010000
|
||||||
-D_WIN32_WINNT=0x0501
|
-D_WIN32_WINNT=0x0501
|
||||||
-D_WIN32_IE=0x0500
|
-D_WIN32_IE=0x0501
|
||||||
-D_CRT_SECURE_NO_DEPRECATE
|
-D_CRT_SECURE_NO_DEPRECATE
|
||||||
-D_SCL_SECURE_NO_DEPRECATE
|
-D_SCL_SECURE_NO_DEPRECATE
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue