aboutsummaryrefslogtreecommitdiffstats
path: root/common/threads.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/threads.cpp')
-rw-r--r--common/threads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/threads.cpp b/common/threads.cpp
index fe34f5b0..ff01de42 100644
--- a/common/threads.cpp
+++ b/common/threads.cpp
@@ -43,7 +43,7 @@ void althrd_setname(const char *name)
#pragma pack(pop)
info.dwType = 0x1000;
info.szName = name;
- info.dwThreadID = -1;
+ info.dwThreadID = ~DWORD{0};
info.dwFlags = 0;
__try {