ui: Remove cpuid.h include for Windows

This commit is contained in:
Matt Borgerson 2022-04-23 14:19:36 -07:00 committed by mborgerson
parent aa93995ca3
commit d48bb83c33

View File

@ -1183,9 +1183,11 @@ public:
}
};
#ifndef _WIN32
#ifdef CONFIG_CPUID_H
#include <cpuid.h>
#endif
#endif
const char *get_cpu_info(void)
{