Module: wine Branch: master Commit: 7e9ccbe68fe5215df9bd8e424195e1abf56f7286 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7e9ccbe68fe5215df9bd8e424...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jun 16 14:17:04 2020 +0200
ntdll: Move the Unix to NT file name conversion support to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/path.c | 183 +++++------------------------------------ dlls/ntdll/unix/file.c | 131 ++++++++++++++++++++++++++++- dlls/ntdll/unix/loader.c | 1 + dlls/ntdll/unix/unix_private.h | 1 + dlls/ntdll/unixlib.h | 3 +- 5 files changed, 153 insertions(+), 166 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=7e9ccbe68fe5215df9bd8...