https://bugs.winehq.org/show_bug.cgi?id=51023
--- Comment #9 from Georg Grabler ggrabler@gmail.com --- Bisect was wrong, seems i put some bisect on bad when i shouldn't have.
Proper bisect: bb065801a693e1cd305d2a507c206f1b21a142d3 is the first bad commit commit bb065801a693e1cd305d2a507c206f1b21a142d3 Author: Alexandre Julliard julliard@winehq.org Date: Tue Mar 30 10:12:07 2021 +0200
ntdll: Map the builtin or fake dll from the Wine dirs if it's missing from the prefix.
Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/kernel32/tests/module.c | 4 +- dlls/mscoree/tests/mscoree.c | 4 +- dlls/ntdll/loader.c | 141 ++++++++++++++++++++++++++----------------- 3 files changed, 88 insertions(+), 61 deletions(-)
sorry for the difficulty / issue above ... mistakes happen I guess ;-).