Re: wineboot: More architectures and vendorIDs in create_hardware_registry_keys

2010-08-22 Thread André Hentschel
Am 22.08.2010 12:48, schrieb Konrad Wartke: > Am 22.08.2010, 13:36 Uhr, schrieb André Hentschel : > >>> +#ifdef __i386__ >>> +/* get VendorID from CPUID, eax = 0 */ >>> +unsigned int regs[3]; >> >> >> Hello Konrad, >> you are generating declerations after some code here. > > fixed

Re: wineboot: More architectures and vendorIDs in create_hardware_registry_keys

2010-08-22 Thread Konrad Wartke
Am 22.08.2010, 13:36 Uhr, schrieb André Hentschel : +#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

Re: wineboot: More architectures and vendorIDs in create_hardware_registry_keys

2010-08-22 Thread André Hentschel
> +#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