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/b7e14fde79ff9cd2efb93cb143035…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b7e14fde79ff9cd2efb93cb143035…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9332dd4c by Alexandre Julliard at 2025-06-13T17:30:15+02:00
msvcrt: Point to the correct type info entry in the PE build macros.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58356
- - - - -
6bca0c61 by Alexandre Julliard at 2025-06-13T17:30:15+02:00
server: Return the correct status depending on object type for ObjectNameInformation.
- - - - -
12 changed files:
- dlls/msvcp90/cxx.h
- dlls/msvcrt/cxx.h
- dlls/ntdll/tests/om.c
- dlls/ntdll/unix/file.c
- server/device.c
- server/handle.c
- server/mailslot.c
- server/named_pipe.c
- server/object.c
- server/object.h
- server/registry.c
- server/symlink.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/53b5381eeca26ff5a0b78df3299ee…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/53b5381eeca26ff5a0b78df3299ee…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4b9d9356 by Bernhard Übelacker at 2025-06-13T17:30:15+02:00
kernel32/tests: Re-enable console handle test in Windows 8 with broken.
My previous commit disabled the whole test in Windows 8
while some tests would still be able to run.
Followup to be9bd74cde.
Co-Authored-By: Alfred Agrell <floating(a)muncher.se>
- - - - -
1 changed file:
- dlls/kernel32/tests/console.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4b9d9356c7074420ce42fc74859e0d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/4b9d9356c7074420ce42fc74859e0d…
You're receiving this email because of your account on gitlab.winehq.org.