From 5f74c1e754762dc944c7cbfd157dfcfa75e77fd5 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 20 Dec 2008 22:37:40 +0000 Subject: [PATCH] disable WPATH on mac builds as it doesn't seem to work --- include/libtorrent/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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