mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[SHELLBTRFS] Prevent redeclaration of __cpuidex with newer mingw-w64 headers
This commit is contained in:
parent
76290a6696
commit
14beaec1d9
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#ifdef __REACTOS__
|
||||
#define __cpuidex __cpuidex_ // prevent redeclaration
|
||||
#endif
|
||||
#include <cpuid.h>
|
||||
#else
|
||||
#include <intrin.h>
|
||||
|
|
Loading…
Reference in a new issue