Browse Source

I hate windows

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2921/head
crueter 4 months ago
parent
commit
4c71be0efa
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      src/common/thread.cpp

2
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

Loading…
Cancel
Save