We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fea2b3 commit 3a99e3bCopy full SHA for 3a99e3b
1 file changed
winconf.pri
@@ -22,9 +22,16 @@ LIBS += $$quote(-LC:/qBittorrent/openssl/lib)
22
DEFINES += BOOST_ALL_NO_LIB
23
DEFINES += BOOST_ASIO_HASH_MAP_BUCKETS=1021
24
DEFINES += BOOST_ASIO_SEPARATE_COMPILATION
25
+# After 1.55 some Windows users reported regular UI freezes.
26
+# This makes ASIO use the pre-1.56 way of doing things. See issue #2003
27
+DEFINES += BOOST_ASIO_DISABLE_CONNECTEX
28
+# Boost 1.60+ defaults to Vista+ support. The define below enables XP support again.
29
+DEFINES += BOOST_USE_WINAPI_VERSION=0x0501
30
DEFINES += BOOST_EXCEPTION_DISABLE
31
DEFINES += BOOST_SYSTEM_STATIC_LINK=1
32
DEFINES += TORRENT_USE_OPENSSL
33
+DEFINES += TORRENT_DISABLE_GEO_IP
34
+DEFINES += TORRENT_DISABLE_RESOLVE_COUNTRIES
35
DEFINES += UNICODE
36
DEFINES += _UNICODE
37
DEFINES += WIN32
0 commit comments