fixed wchar_t bug in file.hpp
This commit is contained in:
parent
ad1e575a6e
commit
2dfb5ed44b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue