Alexandre Julliard pushed to branch master at wine / wine
Commits: 7e4159c2 by Alexandre Julliard at 2025-10-09T22:37:48+02:00 ntdll: Don't assume that the NT name is null-terminated in get_load_order().
- - - - - 8f7459ea by Alexandre Julliard at 2025-10-09T22:37:48+02:00 ntdll: Build the NT name string directly in get_mapping_info().
So that we don't need to add null termination.
- - - - - 8c4c4264 by Alexandre Julliard at 2025-10-09T22:37:48+02:00 server: Return the module export name with the mapping info.
- - - - - ad9dfe8b by Alexandre Julliard at 2025-10-09T22:37:48+02:00 ntdll: Use the export name if any to find the corresponding builtin.
- - - - - 5e70fef5 by Alexandre Julliard at 2025-10-09T22:37:48+02:00 setupapi: Use the actual source name when registering a manifest.
The module name in the manifest may be different (e.g. comctl32 v6).
- - - - - dbdc769e by Alexandre Julliard at 2025-10-09T22:37:48+02:00 makedep: Include maintainer-generated files from the parent source directory.
- - - - - 2affa536 by Alexandre Julliard at 2025-10-09T22:37:48+02:00 makedep: Use normal installation rules when symlinks are not supported.
- - - - - d2246852 by Alexandre Julliard at 2025-10-09T22:37:48+02:00 comctl32: Move version resource to a separate file.
- - - - - 541d9be5 by Zhiyi Zhang at 2025-10-09T22:37:48+02:00 comctl32: Separate v5 and v6.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38987 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49453 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52633
- - - - -
23 changed files:
- MAINTAINERS - configure - configure.ac - dlls/comctl32/Makefile.in - dlls/comctl32/comctl32.rc - dlls/comctl32/tests/misc.c - + dlls/comctl32/version.rc - + dlls/comctl32_v6/Makefile.in - dlls/comctl32/comctl32.manifest → dlls/comctl32_v6/comctl32.manifest - + dlls/comctl32_v6/comctl32_v6.spec - + dlls/comctl32_v6/version.rc - dlls/ntdll/unix/loader.c - dlls/ntdll/unix/loadorder.c - dlls/ntdll/unix/unix_private.h - dlls/ntdll/unix/virtual.c - dlls/setupapi/fakedll.c - include/wine/server_protocol.h - loader/wine.inf.in - server/mapping.c - server/protocol.def - server/request_handlers.h - server/request_trace.h - tools/makedep.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9d94ae5de68ed56a3dd58d3942eed6...