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

Alexandre Julliard julliard at winehq.org
Mon Aug 12 18:51:09 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Aug 12 11:34:07 2019 +0200

kernel32: Move file handle functions to kernelbase.

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

---

 dlls/kernel32/file.c            | 1016 +--------------------------------------
 dlls/kernel32/kernel32.spec     |   60 +--
 dlls/kernelbase/Makefile.in     |    1 +
 dlls/kernelbase/file.c          |  913 +++++++++++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.h    |    3 +
 dlls/kernelbase/kernelbase.spec |   60 +--
 6 files changed, 984 insertions(+), 1069 deletions(-)

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



More information about the wine-cvs mailing list