summaryrefslogtreecommitdiff
path: root/externals/microprofile/microprofile.h
diff options
context:
space:
mode:
Diffstat (limited to 'externals/microprofile/microprofile.h')
-rw-r--r--externals/microprofile/microprofile.h2
1 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;
201int64_t MicroProfileGetTick(); 201int64_t MicroProfileGetTick();
202#define MP_TICK() MicroProfileGetTick() 202#define MP_TICK() MicroProfileGetTick()
203#define MP_BREAK() __debugbreak() 203#define MP_BREAK() __debugbreak()
204#define MP_THREAD_LOCAL __declspec(thread) 204#define MP_THREAD_LOCAL thread_local
205#define MP_STRCASECMP _stricmp 205#define MP_STRCASECMP _stricmp
206#define MP_GETCURRENTTHREADID() GetCurrentThreadId() 206#define MP_GETCURRENTTHREADID() GetCurrentThreadId()
207typedef uint32_t ThreadIdType; 207typedef uint32_t ThreadIdType;