mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-11 23:27:43 +00:00
ui: Remove cpuid.h include for Windows
This commit is contained in:
parent
aa93995ca3
commit
d48bb83c33
@ -1183,9 +1183,11 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#ifndef _WIN32
|
||||
#ifdef CONFIG_CPUID_H
|
||||
#include <cpuid.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
const char *get_cpu_info(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user