Replace __WIN32 with __clang__

This commit is contained in:
ArtemisX64 2022-08-26 18:14:34 +09:00
parent 3bf298cb22
commit 17272e60fa
4 changed files with 6 additions and 6 deletions

View file

@ -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)