Alexandre Julliard pushed to branch master at wine / wine
Commits: 73f4aeb2 by Rémi Bernon at 2025-06-13T17:32:40+02:00 win32u: Implement NtUserRegisterWindowMessage.
- - - - - 0d7e1cfd by Rémi Bernon at 2025-06-13T17:32:41+02:00 win32u/tests: Test that user atoms are not a global atoms.
- - - - - 977e4bac by Rémi Bernon at 2025-06-13T17:32:41+02:00 win32u/tests: Test some pinned global and user atoms.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49195
- - - - - 2e338b95 by Rémi Bernon at 2025-06-13T17:32:41+02:00 user32: Implement RegisterWindowMessage(A|W) using NtUserRegisterWindowMessage.
- - - - - 3b1db78c by Rémi Bernon at 2025-06-13T17:32:41+02:00 user32: Implement RegisterClipboardFormat(A|W) using NtUserRegisterWindowMessage.
- - - - -
9 changed files:
- dlls/user32/clipboard.c - dlls/user32/message.c - dlls/win32u/class.c - dlls/win32u/main.c - dlls/win32u/tests/win32u.c - dlls/win32u/win32syscalls.h - dlls/win32u/win32u.spec - dlls/wow64win/user.c - include/ntuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b7e14fde79ff9cd2efb93cb1430358...