Alexandre Julliard pushed to branch master at wine / wine
Commits: 9a9bc22e by Paul Gofman at 2024-09-23T11:22:45+02:00 ntdll: Implement RtlRbInsertNodeEx().
Based on Wine RB tree implementation in include/wine/rbtree.h.
- - - - - 067b6a8c by Paul Gofman at 2024-09-23T11:22:50+02:00 ntdll: Implement RtlRbRemoveNode().
Based on Wine RB tree implementation in include/wine/rbtree.h.
- - - - - 67720910 by Paul Gofman at 2024-09-23T11:22:54+02:00 ntdll/tests: Add tests for RTL RB tree.
- - - - - 4f3c7ef9 by Paul Gofman at 2024-09-23T11:22:54+02:00 ntdll: Fill LDR_DATA_TABLE_ENTRY.BaseAddressIndexNode.
- - - - - f7867d55 by Paul Gofman at 2024-09-23T11:22:54+02:00 ntdll: Use base address tree in get_modref().
- - - - - 30cf3c47 by Paul Gofman at 2024-09-23T11:22:54+02:00 ntdll: Use base address tree in LdrFindEntryForAddress().
- - - - -
7 changed files:
- dlls/kernel32/tests/module.c - dlls/ntdll/loader.c - dlls/ntdll/ntdll.spec - dlls/ntdll/rtl.c - dlls/ntdll/tests/rtl.c - include/ntdef.h - include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/be505da48767ab5ae3fe72adb8048a...