Module: wine Branch: master Commit: d4b8ca785307083abc449dd09efa3394d9ad9771 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d4b8ca785307083abc449dd09...
Author: Jacek Caban jacek@codeweavers.com Date: Sat Jun 11 01:42:50 2022 +0200
win32u: Move PopupMenuWndProc implementation from user32.
Signed-off-by: Jacek Caban jacek@codeweavers.com
---
dlls/user32/menu.c | 165 ++------------------------------------- dlls/win32u/menu.c | 181 ++++++++++++++++++++++++++++++++++++++++++- dlls/win32u/message.c | 2 + dlls/win32u/win32u_private.h | 3 + dlls/win32u/window.c | 2 +- include/ntuser.h | 1 + 6 files changed, 194 insertions(+), 160 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d4b8ca785307083abc449...