25 Jan
2021
25 Jan
'21
10:42 p.m.
Module: wine Branch: master Commit: 5fef775ddfc96334ee841c7fce1df8bcadb4fe1c URL: https://source.winehq.org/git/wine.git/?a=commit;h=5fef775ddfc96334ee841c7fc... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jan 21 14:27:52 2021 +0100 ntdll: Delay mapping a module until we have found the final one to load. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/loader.c | 108 +++++++++++++++++++---------------------------- dlls/ntdll/unix/loader.c | 98 ++++++++++++++++++++++++------------------ 2 files changed, 100 insertions(+), 106 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5fef775ddfc96334ee841...