Alexandre Julliard : kernel32: Move NUMA-related functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Thu Sep 26 15:51:19 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Sep 26 13:56:45 2019 +0200

kernel32: Move NUMA-related functions to kernelbase.

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

---

 .../api-ms-win-core-memory-l1-1-1.spec             |   2 +-
 .../api-ms-win-core-memory-l1-1-2.spec             |   4 +-
 dlls/kernel32/heap.c                               |  37 ----
 dlls/kernel32/kernel32.spec                        |  24 +--
 dlls/kernel32/process.c                            |  89 ---------
 dlls/kernelbase/kernelbase.spec                    |  25 ++-
 dlls/kernelbase/memory.c                           | 209 ++++++++++++++++++---
 7 files changed, 213 insertions(+), 177 deletions(-)

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



More information about the wine-cvs mailing list