win32u: Copy implementation of AdjustWindowRectEx from user32.
commit033cad432e1d93a0ddf5a5b71a989f31441f588c
authorJacek Caban <jacek@codeweavers.com>
Fri, 15 Apr 2022 18:43:19 +0000 (15 20:43 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 May 2022 20:43:53 +0000 (2 22:43 +0200)
tree2ff98030911cb92ee06c7860458313f02c85ee5f
parentd2d715b2016f3f10f0918938594b4ed6a4dbb068
win32u: Copy implementation of AdjustWindowRectEx from user32.

It will be useful for drivers as well.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/user_main.c
dlls/win32u/defwnd.c
dlls/win32u/ntuser_private.h
dlls/win32u/window.c