Alexandre Julliard : kernel32: Move virtual memory functions to kernelbase.

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sun Sep  8 14:13:32 2019 +0200

kernel32: Move virtual memory functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |  40 ++--
 dlls/kernel32/process.c         |  24 ---
 dlls/kernel32/virtual.c         | 420 ----------------------------------------
 dlls/kernelbase/Makefile.in     |   1 +
 dlls/kernelbase/kernelbase.spec |  40 ++--
 dlls/kernelbase/memory.c        | 293 ++++++++++++++++++++++++++++
 6 files changed, 334 insertions(+), 484 deletions(-)

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



More information about the wine-cvs mailing list