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

This commit is contained in:
Timo Kreuzer 2024-03-09 18:29:35 +02:00
parent 76290a6696
commit 14beaec1d9

View file

@ -27,6 +27,9 @@
#ifndef _MSC_VER
#ifdef __REACTOS__
#define __cpuidex __cpuidex_ // prevent redeclaration
#endif
#include <cpuid.h>
#else
#include <intrin.h>