mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[SHELLBTRFS] Prevent redeclaration of __cpuidex with newer mingw-w64 headers
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#ifdef __REACTOS__
|
||||
#define __cpuidex __cpuidex_ // prevent redeclaration
|
||||
#endif
|
||||
#include <cpuid.h>
|
||||
#else
|
||||
#include <intrin.h>
|
||||
|
||||
Reference in New Issue
Block a user