Alexandre Julliard pushed to branch master at wine / wine
Commits: 9fc2b5c4 by Michael Müller at 2024-11-11T20:38:22+01:00 ntdll: Implement HashLinks field in LDR module data.
Changed by Paul Gofman in Wine-Staging patch: - remove older hash version support and use RtlHashUnicodeString(); - split off the test in a separate patch; - remove unrelated InInitializationOrderLinks nullification; - remove a comment.
- - - - - ebc82f3e by Paul Gofman at 2024-11-11T20:38:22+01:00 kernel32/tests: Factor out is_old_loader_struct().
- - - - - 2454b89c by Paul Gofman at 2024-11-11T20:38:22+01:00 kernel32/tests: Add tests for module hash links.
Based on a patch by Michael Müller <michael@fds-team.de>.
- - - - - 6303163a by Michael Müller at 2024-11-11T20:38:22+01:00 ntdll: Use HashLinks when searching for a dll using the basename.
- - - - -
2 changed files:
- dlls/kernel32/tests/module.c - dlls/ntdll/loader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/95ec815c4a45de1bdfc84ca0a3573a...