Module: wine Branch: master Commit: 3dc3709f4cf49456b02720ff1a12412bc07e0dee URL: https://gitlab.winehq.org/wine/wine/-/commit/3dc3709f4cf49456b02720ff1a12412...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Jul 26 20:33:40 2022 +0200
win32u: Introduce NtUserGetDialogProc.
And use it in user32 instead of DEFDLG_GetDlgProc.
---
dlls/user32/defdlg.c | 34 ++++------------------------------ dlls/user32/dialog.c | 23 ++++------------------- dlls/user32/user_private.h | 4 ++-- dlls/user32/winproc.c | 36 ++++++++++++++++-------------------- dlls/win32u/class.c | 25 +++++++++++++++++++++++++ dlls/win32u/ntuser_private.h | 1 + dlls/win32u/window.c | 3 +++ include/ntuser.h | 13 +++++++++++++ 8 files changed, 68 insertions(+), 71 deletions(-)