diff --git a/src/create_torrent.cpp b/src/create_torrent.cpp index 762fdd89b..1cff5a739 100644 --- a/src/create_torrent.cpp +++ b/src/create_torrent.cpp @@ -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 "";