Alexandre Julliard : ntdll: Move the directory change functions to the Unix library.
18 Jun
2020
18 Jun
'20
8:33 p.m.
Module: wine Branch: master Commit: 78532a0c09c33a24715ae5ff7f446f1de488a24b URL: https://source.winehq.org/git/wine.git/?a=commit;h=78532a0c09c33a24715ae5ff7... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jun 18 15:08:02 2020 +0200 ntdll: Move the directory change functions to the Unix library. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/file.c | 283 +---------------------------------------------- dlls/ntdll/unix/file.c | 135 ++++++++++++++++++++++ dlls/ntdll/unix/loader.c | 1 + dlls/ntdll/unixlib.h | 6 +- 4 files changed, 144 insertions(+), 281 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=78532a0c09c33a24715ae...
2008
Age (days ago)
2008
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard