Module: wine Branch: master Commit: 0dd37b02f99f5090dd855343fcd8a99496047f3e URL: https://source.winehq.org/git/wine.git/?a=commit;h=0dd37b02f99f5090dd855343f...
Author: Paul Gofman pgofman@codeweavers.com Date: Tue Nov 2 13:26:42 2021 +0300
ntdll: Store module dependencies in DDAG structure.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/tests/module.c | 12 +-- dlls/ntdll/loader.c | 201 +++++++++++++++++++++++++++++++------------ include/winternl.h | 4 +- 3 files changed, 152 insertions(+), 65 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0dd37b02f99f5090dd855...