user32: Fix the edit class extra byte count on non-x86 platforms (try 2)

André Hentschel nerv at dawncrow.de
Mon Oct 8 12:46:20 CDT 2012


Am 08.10.2012 12:35, schrieb Alexandre Julliard:
> André Hentschel <nerv at dawncrow.de> writes:
> 
>> Sry, seen this too late.
>> I need it for user32/tests/edit.c: test_extra_values()
>> It expects the size of the edit class like this:
>>
>> #ifdef _WIN64
>>     {"Edit",8,8},
>> #else
>>     {"Edit",6,8},
>> #endif
>>
>> So this fails on e.g. ARM because code and test use different conditions.
> 
> Did you run that test on Windows ARM?
> 

Sadly not... (maybe codeweavers can buy a Windows RT device? :)
I'll try to fix the test, that seems much more logical now.

-- 

Best Regards, André Hentschel



More information about the wine-devel mailing list