fix msvc-8 debug build

This commit is contained in:
Arvid Norberg 2012-06-14 15:08:21 +00:00
parent 9b38adffbd
commit e19f1d8efe
1 changed files with 2 additions and 1 deletions

View File

@ -131,7 +131,8 @@ TORRENT_EXPORT void print_backtrace(char* out, int len, int max_depth)
free(symbols);
}
#elif defined WIN32
// visual studio 9 and up appears to support this
#elif defined WIN32 && _MSC_VER >= 1500
#undef _WIN32_WINNT
#define _WIN32_WINNT 0x0501 // XP