On Sat, 2012-10-20 at 18:18 +0200, Patrick Rudolph wrote:
The code was copied from ntdll and modified in order to retrieve processorname and vendorID. There's no similiár functionality in wine.
There is such functionality in WBEM (formerly known as WMI). I think you're looking for Win32_Processor.Name and Win32_Processor.Manufacturer.
It looks like wbem Win32_Processor.Name / Win32_Processor.Manufacturer are only available on i386 compatible systems. What about arm ? Is it
Support for ARM can be added, but I wouldn't worry about that until we find an app that needs it.