mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-29 18:19:13 +02:00
Remove old define for thread local storage
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef TLS_SUPPORTED
|
||||
static __THREAD const char *curThreadName;
|
||||
static thread_local const char *curThreadName;
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
|
||||
Reference in New Issue
Block a user