Alexandre Julliard : kernel32: Move the psapi functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Wed May 6 15:34:28 CDT 2020


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed May  6 16:24:24 2020 +0200

kernel32: Move the psapi functions to kernelbase.

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

---

 dlls/kernel32/cpu.c             |  71 ----
 dlls/kernel32/file.c            |  66 ---
 dlls/kernel32/kernel32.spec     |  58 +--
 dlls/kernel32/module.c          | 482 ----------------------
 dlls/kernel32/process.c         | 224 -----------
 dlls/kernel32/virtual.c         |  95 +----
 dlls/kernelbase/debug.c         | 865 ++++++++++++++++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec |  58 +--
 8 files changed, 928 insertions(+), 991 deletions(-)

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



More information about the wine-cvs mailing list