-
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