Alexandre Julliard pushed to branch master at wine / wine
Commits: fcb71608 by Alexandre Julliard at 2024-11-19T12:59:31+01:00 win32u: Implement NtUserBuildPropList().
- - - - - babb7fbc by Alexandre Julliard at 2024-11-19T13:24:02+01:00 win32u: Implement NtUserBuildNameList().
- - - - - c66b2755 by Alexandre Julliard at 2024-11-19T14:48:33+01:00 user32: Move PostQuitMessage() implementation to win32u.
- - - - - 95bab1b1 by Alexandre Julliard at 2024-11-19T15:49:21+01:00 user32: Move support for posting a DDE message to win32u.
- - - - - 94ab5474 by Alexandre Julliard at 2024-11-19T15:49:21+01:00 user32: Don't use server data types in clipboard.c.
- - - - -
24 changed files:
- dlls/user.exe16/window.c - dlls/user32/clipboard.c - dlls/user32/message.c - dlls/user32/property.c - dlls/user32/user_main.c - dlls/user32/user_private.h - dlls/user32/winstation.c - dlls/win32u/main.c - dlls/win32u/message.c - dlls/win32u/sysparams.c - dlls/win32u/tests/win32u.c - dlls/win32u/win32syscalls.h - dlls/win32u/win32u.spec - dlls/win32u/win32u_private.h - dlls/win32u/window.c - dlls/win32u/winstation.c - dlls/wow64win/user.c - include/ntuser.h - include/wine/server_protocol.h - server/protocol.def - server/request_handlers.h - server/request_trace.h - server/trace.c - server/winstation.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e72bd3a7a02f8c7d346bd91f2d1647...