From 3e77baa9a4b1d504d1a538a063afea0bcc4d98c9 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 5 Sep 2009 15:18:55 +0000 Subject: [PATCH] msvc 7.1 build fix --- include/libtorrent/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/config.hpp b/include/libtorrent/config.hpp index e657f94c0..193872367 100644 --- a/include/libtorrent/config.hpp +++ b/include/libtorrent/config.hpp @@ -99,7 +99,7 @@ POSSIBILITY OF SUCH DAMAGE. # define TORRENT_EXPORT # endif -#define TORRENT_DEPRECATED_PREFIX __declspec(deprecated("function is deprecated")) +#define TORRENT_DEPRECATED_PREFIX __declspec(deprecated)