Browse Source
I hate windows
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2921/head
crueter
4 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/common/thread.cpp
|
|
@ -109,7 +109,7 @@ void SetCurrentThreadName(const char* name) { |
|
|
buf[len] = '\0'; |
|
|
buf[len] = '\0'; |
|
|
pthread_setname_np(pthread_self(), buf); |
|
|
pthread_setname_np(pthread_self(), buf); |
|
|
} |
|
|
} |
|
|
#elif defined(__MINGW64__)
|
|
|
|
|
|
|
|
|
#elif defined(_WIN32)
|
|
|
// mingw stub
|
|
|
// mingw stub
|
|
|
(void)name; |
|
|
(void)name; |
|
|
#else
|
|
|
#else
|
|
|
|