From d6dce1efe91ee0262c601f9e4f9abb9f14ddf104 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Thu, 13 Jan 2022 16:33:59 +0800 Subject: [PATCH] Add comment for new libtorrent build flag Upstream change: https://github.com/arvidn/libtorrent/commit/66def8908909232b15f02a97c9671785bd019736 --- conf.pri.windows | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf.pri.windows b/conf.pri.windows index 8b665695c..0b845b618 100644 --- a/conf.pri.windows +++ b/conf.pri.windows @@ -37,6 +37,8 @@ DEFINES += BOOST_ALL_NO_LIB # Use one of the following options DEFINES += BOOST_SYSTEM_STATIC_LINK #DEFINES += BOOST_SYSTEM_DYN_LINK +# Enable it if compiling with libtorrent 3.x +#DEFINES += BOOST_SYSTEM_USE_UTF8 # Enable if libtorrent was built with this flag defined #DEFINES += TORRENT_NO_DEPRECATE