Module: wine Branch: master Commit: 28bf959c5c342faa956e718823bcabb06a4c4c30 URL: https://source.winehq.org/git/wine.git/?a=commit;h=28bf959c5c342faa956e71882...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jul 17 11:46:30 2020 +0200
ntdll: Move the remaining file functions to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/Makefile.in | 1 - dlls/ntdll/file.c | 237 ------------------------------------------------- dlls/ntdll/ntdll.spec | 24 ++--- dlls/ntdll/unix/file.c | 151 ++++++++++++++++++++++++++++++- 4 files changed, 161 insertions(+), 252 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=28bf959c5c342faa956e7...