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 4eb5ead commit 50f1cf1Copy full SHA for 50f1cf1
external/include/utils/threading.h
@@ -535,7 +535,7 @@ typedef struct
535
// Note that on Android AttachCurrentThread will reset the thread name.
536
static void ksThread_SetName( const char * name )
537
{
538
-#if defined( OS_WINDOWS )
+#if defined( OS_WINDOWS ) && !defined(__MINGW32__)
539
static const unsigned int MS_VC_EXCEPTION = 0x406D1388;
540
541
#pragma pack( push, 8 )
0 commit comments