Alexandre Julliard pushed to branch master at wine / wine
Commits: ff0a5c7e by Alexandre Julliard at 2025-01-28T17:20:39+01:00 win32u: Implement NtUserDestroyCaret().
- - - - - 44413a46 by Alexandre Julliard at 2025-01-28T17:23:52+01:00 win32u: Implement NtUserReleaseCapture().
- - - - - 30a6982e by Alexandre Julliard at 2025-01-28T17:32:22+01:00 win32u: Implement NtUserGetThreadState().
- - - - - 98f36c85 by Alexandre Julliard at 2025-01-28T17:35:31+01:00 win32u: Implement NtUserCreateMenu() and NtUserCreatePopupMenu().
- - - - - a2fb1a14 by Alexandre Julliard at 2025-01-28T17:37:18+01:00 win32u: Implement NtUserEnumClipboardFormats().
- - - - - 01c75163 by Alexandre Julliard at 2025-01-28T17:40:30+01:00 win32u: Implement NtUserMessageBeep().
- - - - - 28890e60 by Alexandre Julliard at 2025-01-28T17:44:55+01:00 win32u: Implement NtUserPostQuitMessage().
- - - - -
24 changed files:
- dlls/user32/button.c - dlls/user32/clipboard.c - dlls/user32/combo.c - dlls/user32/dialog.c - dlls/user32/edit.c - dlls/user32/input.c - dlls/user32/listbox.c - dlls/user32/menu.c - dlls/user32/message.c - dlls/user32/user32.spec - dlls/win32u/clipboard.c - dlls/win32u/defwnd.c - dlls/win32u/input.c - dlls/win32u/main.c - dlls/win32u/menu.c - dlls/win32u/message.c - dlls/win32u/scroll.c - dlls/win32u/sysparams.c - dlls/win32u/win32syscalls.h - dlls/win32u/win32u.spec - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/wow64win/user.c - include/ntuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3358d4d3244570637ed9db24c04faa...