[PATCH] user32: Update exstyle when setting style in SetWindowLong.

Alexandre Julliard julliard at winehq.org
Mon Oct 4 13:06:28 CDT 2021


Piotr Caban <piotr at codeweavers.com> writes:

> Rockstar Games Launcher checks extended window style and exits if it
> is incorrect.
>
> Signed-off-by: Piotr Caban <piotr at codeweavers.com>
> ---
>  dlls/user32/tests/win.c | 18 +++++++++++++++++-
>  dlls/user32/win.c       | 15 ++++++++++++---
>  2 files changed, 29 insertions(+), 4 deletions(-)

Do we need to store that flag at all? Could it be synthesized from the
other ones instead?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list