Alexandre Julliard : kernel32: Move global/ local memory functions to kernelbase.

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sun Sep  8 21:20:21 2019 +0200

kernel32: Move global/local memory functions to kernelbase.

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

---

 dlls/kernel32/heap.c            | 459 +---------------------------------------
 dlls/kernel32/kernel32.spec     |  14 +-
 dlls/kernelbase/kernelbase.spec |  14 +-
 dlls/kernelbase/memory.c        | 351 +++++++++++++++++++++++++++++-
 4 files changed, 369 insertions(+), 469 deletions(-)

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



More information about the wine-cvs mailing list