diff --git a/include/libtorrent/file.hpp b/include/libtorrent/file.hpp index a29315805..05c25ea5a 100644 --- a/include/libtorrent/file.hpp +++ b/include/libtorrent/file.hpp @@ -151,7 +151,7 @@ namespace libtorrent #ifdef TORRENT_WINDOWS HANDLE m_file_handle; -#ifdef TORRENT_USE_WPATH +#if TORRENT_USE_WPATH std::wstring m_path; #else std::string m_path;