File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# We want to link with static version of
44# libtorrent
55set (LibtorrentRasterbar_USE_STATIC_LIBS True )
6- set (LibtorrentRasterbar_CUSTOM_DEFINITIONS
6+ set (LibtorrentRasterbar_CUSTOM_DEFINITIONS
77 -DBOOST_ALL_NO_LIB -DBOOST_ASIO_HASH_MAP_BUCKETS=1021
88 -DBOOST_ASIO_SEPARATE_COMPILATION
99 -DBOOST_EXCEPTION_DISABLE
@@ -17,6 +17,7 @@ add_definitions(-DUNICODE
1717 -DWIN32
1818 -D_WIN32
1919 -DWIN32_LEAN_AND_MEAN
20+ -DNTDDI_VERSION=0x0501
2021 -D_WIN32_WINNT=0x0501
2122 -D_WIN32_IE=0x0500
2223 -D_CRT_SECURE_NO_DEPRECATE
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ DEFINES += _UNICODE
3737DEFINES += WIN32
3838DEFINES += _WIN32
3939DEFINES += WIN32_LEAN_AND_MEAN
40+ DEFINES += NTDDI_VERSION =0x0501
4041DEFINES += _WIN32_WINNT =0x0501
4142DEFINES += _WIN32_IE =0x0501
4243DEFINES += _CRT_SECURE_NO_DEPRECATE
You can’t perform that action at this time.
0 commit comments