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

Alexandre Julliard julliard at winehq.org
Thu Sep 26 15:51:19 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Sep 26 10:32:55 2019 +0200

kernel32: Move some handle functions to kernelbase.

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

---

 .../api-ms-win-core-processenvironment-l1-1-0.spec |   2 +-
 .../api-ms-win-core-processenvironment-l1-2-0.spec |   2 +-
 dlls/kernel32/kernel32.spec                        |   8 +-
 dlls/kernel32/process.c                            | 109 ---------------------
 dlls/kernelbase/console.c                          |   6 --
 dlls/kernelbase/kernelbase.h                       |   6 ++
 dlls/kernelbase/kernelbase.spec                    |  10 +-
 dlls/kernelbase/process.c                          |  90 +++++++++++++++++
 8 files changed, 107 insertions(+), 126 deletions(-)

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



More information about the wine-cvs mailing list