diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp index c722f4d89..a2d9660e3 100644 --- a/include/libtorrent/config.hpp +++ b/include/libtorrent/config.hpp @@ -84,7 +84,7 @@ POSSIBILITY OF SUCH DAMAGE. // should wpath or path be used? #if defined UNICODE && !defined BOOST_FILESYSTEM_NARROW_ONLY \ - && BOOST_VERSION >= 103400 + && BOOST_VERSION >= 103400 && !defined __APPLE__ #define TORRENT_USE_WPATH 1 #else #define TORRENT_USE_WPATH 0