Re: wineboot: More architectures and vendorIDs in create_hardware_registry_keys
+#ifdef __i386__ + /* get VendorID from CPUID, eax = 0 */ + unsigned int regs[3];
Hello Konrad, you are generating declerations after some code here. -- Best Regards, André Hentschel
Am 22.08.2010, 13:36 Uhr, schrieb André Hentschel <nerv(a)dawncrow.de>:
+#ifdef __i386__ + /* get VendorID from CPUID, eax = 0 */ + unsigned int regs[3];
Hello Konrad, you are generating declerations after some code here.
fixed and resend
Am 22.08.2010 12:48, schrieb Konrad Wartke:
Am 22.08.2010, 13:36 Uhr, schrieb André Hentschel <nerv(a)dawncrow.de>:
+#ifdef __i386__ + /* get VendorID from CPUID, eax = 0 */ + unsigned int regs[3];
Hello Konrad, you are generating declerations after some code here.
fixed and resend
+#else + static const WCHAR VenidIntelW[] = {'G','e','n','u','i','n','e','I','n','t','e','l',0};
Be more carefull, you still do it here. -- Best Regards, André Hentschel
participants (2)
-
André Hentschel -
Konrad Wartke