[PATCH] user32: Disallow setting some of window values with mismatching size.

Alexandre Julliard julliard at winehq.org
Tue Feb 26 14:12:43 CST 2019


Nikolay Sivov <nsivov at codeweavers.com> writes:

> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46712
> Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
> ---
>  dlls/user32/tests/win.c | 71 +++++++++++++++++++++++++++++++++++++++++
>  dlls/user32/win.c       | 38 +++++++++++++++++++++-
>  2 files changed, 108 insertions(+), 1 deletion(-)

It seems to me it would be cleaner to do it the same way it's currently
handled in GetWindowWord (which would be interesting to test on 64-bit
also).

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list