diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/microprofile/microprofile.h | 2 | ||||
m--------- | externals/nihstro | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/externals/microprofile/microprofile.h b/externals/microprofile/microprofile.h index f45c9ba82..384863ccc 100644 --- a/externals/microprofile/microprofile.h +++ b/externals/microprofile/microprofile.h @@ -201,7 +201,7 @@ typedef uint64_t ThreadIdType; int64_t MicroProfileGetTick(); #define MP_TICK() MicroProfileGetTick() #define MP_BREAK() __debugbreak() -#define MP_THREAD_LOCAL __declspec(thread) +#define MP_THREAD_LOCAL thread_local #define MP_STRCASECMP _stricmp #define MP_GETCURRENTTHREADID() GetCurrentThreadId() typedef uint32_t ThreadIdType; diff --git a/externals/nihstro b/externals/nihstro -Subproject 26a0a04a458df2b9ba6e39608bee183d8a0a00e +Subproject 7e24743af21a7c2e3cef21ef174ae4269d0cfda |