Description
MSVC ARM:
...\dll\win32\wbemprox\builtin.c(3618): error C4013: '__cpuid' undefined; assuming extern returning int
|
–
Cause:
__cpuid() intrinsic is x86(_64) specific.
–
Need to import (either cherry-pick or winesync)
https://source.winehq.org/git/wine.git/commit/8b6c86eb824d1f529dab7bbbbd09907f41c182d3
NB:
Then the FIXME will "need" to be addressed as a follow-up.