Module: wine Branch: master Commit: 71aba33fc68e97d1b49a9207c8fc2ef733b604a7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=71aba33fc68e97d1b49a9207c...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Nov 18 18:57:26 2019 +0100
kernel32: Move system information functions to kernelbase.
---
dlls/kernel32/cpu.c | 151 ---------------------------------------- dlls/kernel32/kernel32.spec | 10 +-- dlls/kernelbase/kernelbase.spec | 10 +-- dlls/kernelbase/memory.c | 147 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 157 insertions(+), 161 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=71aba33fc68e97d1b49a9...