Remove old define for thread local storage

This commit is contained in:
Henrik Rydgård
2020-09-29 15:51:51 +02:00
parent ecceeaa810
commit 656adf1fcd
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#endif
#ifdef TLS_SUPPORTED
static __THREAD const char *curThreadName;
static thread_local const char *curThreadName;
#endif
#ifdef __MINGW32__