Alexandre Julliard : kernel32: Move process startup information functions to kernelbase.
Module: wine Branch: master Commit: 911e50849a9bc05ab11d896a3b7f7a3b3462fabd URL: https://source.winehq.org/git/wine.git/?a=commit;h=911e50849a9bc05ab11d896a3... Author: Alexandre Julliard <julliard(a)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(a)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=911e50849a9bc05ab11d8...
participants (1)
-
Alexandre Julliard