[SHELLBTRFS] Prevent redeclaration of __cpuidex with newer mingw-w64 headers

This commit is contained in:
Timo Kreuzer
2024-04-13 10:01:46 +02:00
parent 76290a6696
commit 14beaec1d9
+3
View File
@@ -27,6 +27,9 @@
#ifndef _MSC_VER
#ifdef __REACTOS__
#define __cpuidex __cpuidex_ // prevent redeclaration
#endif
#include <cpuid.h>
#else
#include <intrin.h>