We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d833826 commit 652c5e0Copy full SHA for 652c5e0
external/include/utils/threading.h
@@ -533,7 +533,7 @@ typedef struct
533
// Note that on Android AttachCurrentThread will reset the thread name.
534
static void ksThread_SetName( const char * name )
535
{
536
-#if defined( OS_WINDOWS )
+#if defined( OS_WINDOWS ) && !defined(__MINGW32__)
537
static const unsigned int MS_VC_EXCEPTION = 0x406D1388;
538
539
#pragma pack( push, 8 )
0 commit comments