fix windows DLL build

This commit is contained in:
Arvid Norberg
2010-03-31 00:31:46 +00:00
parent eceabd7d2f
commit 3ae927abb4

View File

@@ -54,7 +54,7 @@ namespace libtorrent
ptime g_current_time;
}
ptime const& TORRENT_EXPORT time_now() { return aux::g_current_time; }
TORRENT_EXPORT ptime const& time_now() { return aux::g_current_time; }
char const* time_now_string()
{