Skip to content

Commit

Permalink
[SHELLBTRFS] Prevent redeclaration of __cpuidex with newer mingw-w64 …
Browse files Browse the repository at this point in the history
…headers
  • Loading branch information
tkreuzer committed Apr 13, 2024
1 parent 76290a6 commit 14beaec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dll/shellext/shellbtrfs/recv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@


#ifndef _MSC_VER
#ifdef __REACTOS__
#define __cpuidex __cpuidex_ // prevent redeclaration
#endif
#include <cpuid.h>
#else
#include <intrin.h>
Expand Down

0 comments on commit 14beaec

Please sign in to comment.