Module: wine Branch: master Commit: 084519a82b7b78e0c2839f3fed8c6c75bd63d07b URL: https://source.winehq.org/git/wine.git/?a=commit;h=084519a82b7b78e0c2839f3fe...
Author: Paul Gofman pgofman@codeweavers.com Date: Tue Mar 30 13:37:39 2021 +0300
ntdll: Implement NtQuerySystemInformationEx(SystemCpuSetInformation).
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/tests/info.c | 84 +++++++++++++++++++++++++++++++++ dlls/ntdll/unix/system.c | 120 +++++++++++++++++++++++++++++++++++++++++++++++ include/winnt.h | 41 ++++++++++++++++ include/winternl.h | 1 + 4 files changed, 246 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=084519a82b7b78e0c2839...