mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 18:11:33 +08:00
Fixed issue #948
This commit is contained in:
parent
112a7ada74
commit
0203a0fdaf
@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
// disable thread local on msvc 2013
|
// disable thread local on msvc 2013
|
||||||
#ifndef SPDLOG_NO_TLS
|
#ifndef SPDLOG_NO_TLS
|
||||||
#if (defined(_MSC_VER) && (_MSC_VER < 1900))
|
#if (defined(_MSC_VER) && (_MSC_VER < 1900)) || defined(__cplusplus_winrt)
|
||||||
#define SPDLOG_NO_TLS 1
|
#define SPDLOG_NO_TLS 1
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user