8 Oct
2012
8 Oct
'12
5:35 a.m.
André Hentschel <nerv(a)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? -- Alexandre Julliard julliard(a)winehq.org