Module: wine Branch: master Commit: 76b3284388f8802f82f2fd7d60720b41e4c488da URL: https://source.winehq.org/git/wine.git/?a=commit;h=76b3284388f8802f82f2fd7d6... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Feb 9 13:29:22 2021 +0100 ntdll: Pass the NT name in the create_file request. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/unix/env.c | 21 ++++++------- dlls/ntdll/unix/file.c | 68 +++++++++++++++++++++++++++++++----------- dlls/ntdll/unix/loader.c | 2 +- dlls/ntdll/unix/process.c | 2 +- dlls/ntdll/unix/unix_private.h | 3 +- server/file.c | 11 ++----- 6 files changed, 67 insertions(+), 40 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=76b3284388f8802f82f2f...