forked from premiere/premiere-libtorrent
added missing export directives
This commit is contained in:
parent
d2b66b8bae
commit
ce6c09e070
|
@ -151,8 +151,8 @@ namespace libtorrent
|
||||||
|
|
||||||
inline void nop(int i) {}
|
inline void nop(int i) {}
|
||||||
|
|
||||||
int get_file_attributes(boost::filesystem::path const& p);
|
int TORRENT_EXPORT get_file_attributes(boost::filesystem::path const& p);
|
||||||
int get_file_attributes(boost::filesystem::wpath const& p);
|
int TORRENT_EXPORT get_file_attributes(boost::filesystem::wpath const& p);
|
||||||
|
|
||||||
template <class Pred, class Str, class PathTraits>
|
template <class Pred, class Str, class PathTraits>
|
||||||
void add_files_impl(file_storage& fs, boost::filesystem::basic_path<Str, PathTraits> const& p
|
void add_files_impl(file_storage& fs, boost::filesystem::basic_path<Str, PathTraits> const& p
|
||||||
|
|
Loading…
Reference in New Issue