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 4a0b723 commit 8a74948Copy full SHA for 8a74948
external/include/utils/threading.h
@@ -535,7 +535,8 @@ 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 )
+ (void)name;
539
+#if defined( OS_WINDOWS ) && !defined(__MINGW32__)
540
static const unsigned int MS_VC_EXCEPTION = 0x406D1388;
541
542
#pragma pack( push, 8 )
0 commit comments