Alexandre Julliard : kernel32: Move some file functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Tue May 5 14:48:52 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May  5 13:10:03 2020 +0200

kernel32: Move some file functions to kernelbase.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/file.c            | 326 -------------------
 dlls/kernel32/kernel32.spec     |  22 +-
 dlls/kernel32/path.c            | 449 --------------------------
 dlls/kernelbase/file.c          | 700 ++++++++++++++++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec |  20 +-
 5 files changed, 721 insertions(+), 796 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=b6c94018823f0217dcc9e5ecf1f100ba9ef12b96



More information about the wine-cvs mailing list