fix symbol export error on windows

This commit is contained in:
Arvid Norberg 2012-03-23 08:22:52 +00:00
parent 00aa80a5fd
commit bad2857cbe
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ namespace libtorrent
namespace detail namespace detail
{ {
int TORRENT_EXPORT get_file_attributes(std::string const& p) int get_file_attributes(std::string const& p)
{ {
#ifdef TORRENT_WINDOWS #ifdef TORRENT_WINDOWS
@ -92,7 +92,7 @@ namespace libtorrent
} }
#endif #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 #if defined TORRENT_WINDOWS
return ""; return "";