fix symbol export error on windows
This commit is contained in:
parent
00aa80a5fd
commit
bad2857cbe
|
@ -53,7 +53,7 @@ namespace libtorrent
|
|||
|
||||
namespace detail
|
||||
{
|
||||
int TORRENT_EXPORT get_file_attributes(std::string const& p)
|
||||
int get_file_attributes(std::string const& p)
|
||||
{
|
||||
#ifdef TORRENT_WINDOWS
|
||||
|
||||
|
@ -92,7 +92,7 @@ namespace libtorrent
|
|||
}
|
||||
#endif
|
||||
|
||||
std::string TORRENT_EXPORT get_symlink_path(std::string const& p)
|
||||
std::string get_symlink_path(std::string const& p)
|
||||
{
|
||||
#if defined TORRENT_WINDOWS
|
||||
return "";
|
||||
|
|
Loading…
Reference in New Issue