Alexandre Julliard : ntdll: Move the Unix to NT file name conversion support to the Unix library.

Alexandre Julliard julliard at winehq.org
Tue Jun 16 17:08:49 CDT 2020


Module: wine
Branch: master
Commit: 7e9ccbe68fe5215df9bd8e424195e1abf56f7286
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7e9ccbe68fe5215df9bd8e424195e1abf56f7286

Author: Alexandre Julliard <julliard at 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 at 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=7e9ccbe68fe5215df9bd8e424195e1abf56f7286



More information about the wine-cvs mailing list