From e8b550846316efc5fb892da78d802dc3b0af97c2 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sat, 19 Dec 2020 15:52:02 +0800 Subject: [PATCH] Remove unused define --- winconf.pri | 3 --- 1 file changed, 3 deletions(-) diff --git a/winconf.pri b/winconf.pri index ce427349e..7fc06116e 100644 --- a/winconf.pri +++ b/winconf.pri @@ -4,10 +4,7 @@ DEFINES += BOOST_ASIO_DISABLE_CONNECTEX DEFINES += BOOST_EXCEPTION_DISABLE DEFINES += TORRENT_USE_LIBCRYPTO -# TODO: remove the following define as it is not used since OpenSSL >= 1.1 DEFINES += TORRENT_USE_OPENSSL -# TODO: remove the following define as it is not used since libtorrent >= 1.2 -DEFINES += TORRENT_DISABLE_RESOLVE_COUNTRIES DEFINES += NTDDI_VERSION=0x06010000 DEFINES += _WIN32_WINNT=0x0601