mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
Replace __WIN32 with __clang__
This commit is contained in:
parent
3bf298cb22
commit
17272e60fa
4 changed files with 6 additions and 6 deletions
|
@ -77,7 +77,7 @@ void ih264d_init_function_ptr(dec_struct_t *ps_codec)
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef __WIN32
|
||||
#ifdef __clang__
|
||||
#include <cpuid.h>
|
||||
|
||||
void __cpuid2(signed int* cpuInfo, unsigned int level)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue