mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Core: Fixed to compile with ARM
This commit is contained in:
parent
68be151053
commit
161878682f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "Core.h"
|
||||
|
||||
#if !(defined(CPU_X86) && defined(COMPILER_MSC))
|
||||
#if defined(CPU_X86) && !defined(COMPILER_MSC)
|
||||
#include <cpuid.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue