disable WPATH on mac builds as it doesn't seem to work

This commit is contained in:
Arvid Norberg 2008-12-20 22:37:40 +00:00
parent 3d34d30afb
commit 5f74c1e754
1 changed files with 1 additions and 1 deletions

View File

@ -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