Alexandre Julliard : kernel32: Move process startup information functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Mon Sep 9 16:13:37 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Sep  9 13:44:53 2019 +0200

kernel32: Move process startup information functions to kernelbase.

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

---

 dlls/kernel32/environ.c         | 104 ----------------------------------
 dlls/kernel32/kernel32.spec     |  12 ++--
 dlls/kernelbase/kernelbase.h    |   1 +
 dlls/kernelbase/kernelbase.spec |  12 ++--
 dlls/kernelbase/main.c          |  19 ++++++-
 dlls/kernelbase/process.c       | 121 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 151 insertions(+), 118 deletions(-)

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



More information about the wine-cvs mailing list