forked from premiere/premiere-libtorrent
msvc fix
This commit is contained in:
parent
479dd71de5
commit
5cfd662352
|
@ -529,7 +529,7 @@ int snprintf(char* buf, int len, char const* fmt, ...)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef TORRENT_THREADSAFE_STATIC
|
#ifndef TORRENT_THREADSAFE_STATIC
|
||||||
#if __cplusplus < 199711L || _MSC_VER < 1800
|
#if __cplusplus < 199711L || _MSC_VER <= 1800
|
||||||
#define TORRENT_THREADSAFE_STATIC 0
|
#define TORRENT_THREADSAFE_STATIC 0
|
||||||
#else
|
#else
|
||||||
#define TORRENT_THREADSAFE_STATIC 1
|
#define TORRENT_THREADSAFE_STATIC 1
|
||||||
|
|
Loading…
Reference in New Issue