Alexandre Julliard : kernel32: Move file handle functions to kernelbase.
Module: wine Branch: master Commit: ccf4ca825cf943c445c43ecb31941dba75173736 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ccf4ca825cf943c445c43ecb3... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Aug 12 11:34:07 2019 +0200 kernel32: Move file handle functions to kernelbase. Signed-off-by: Alexandre Julliard <julliard(a)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=ccf4ca825cf943c445c43...
participants (1)
-
Alexandre Julliard