Alexandre Julliard : kernel32: Move environment functions to kernelbase.

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


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

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

kernel32: Move environment functions to kernelbase.

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

---

 dlls/kernel32/environ.c         | 308 ----------------------------------------
 dlls/kernel32/kernel32.spec     |  22 +--
 dlls/kernelbase/kernelbase.spec |  26 ++--
 dlls/kernelbase/process.c       | 225 +++++++++++++++++++++++++++++
 4 files changed, 249 insertions(+), 332 deletions(-)

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



More information about the wine-cvs mailing list