Module: wine Branch: master Commit: 360e9544bf8346ca1279311306303ecc0ac8ac79 URL: http://source.winehq.org/git/wine.git/?a=commit;h=360e9544bf8346ca1279311306...
Author: Austin English austinenglish@gmail.com Date: Thu May 18 23:15:28 2017 -0500
kernel32: Add GetActiveProcessorGroupCount stub.
Signed-off-by: Austin English austinenglish@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/cpu.c | 9 +++++++++ dlls/kernel32/kernel32.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/dlls/kernel32/cpu.c b/dlls/kernel32/cpu.c index 756d8f9..bccbfa9 100644 --- a/dlls/kernel32/cpu.c +++ b/dlls/kernel32/cpu.c @@ -303,3 +303,12 @@ SIZE_T WINAPI GetLargePageMinimum(void) FIXME("Not implemented on your platform/architecture.\n"); return 0; } + +/*********************************************************************** + * GetActiveProcessorGroupCount (KERNEL32.@) + */ +WORD WINAPI GetActiveProcessorGroupCount(void) +{ + FIXME("semi-stub, always returning 1\n"); + return 1; +} diff --git a/dlls/kernel32/kernel32.spec b/dlls/kernel32/kernel32.spec index 5ef7cb8..997e47a 100644 --- a/dlls/kernel32/kernel32.spec +++ b/dlls/kernel32/kernel32.spec @@ -541,7 +541,7 @@ @ stdcall -i386 -private Get16DLLAddress(long str) krnl386.exe16.Get16DLLAddress @ stdcall GetACP() # @ stub GetActiveProcessorCount -# @ stub GetActiveProcessorGroupCount +@ stdcall GetActiveProcessorGroupCount() # @ stub GetApplicationRecoveryCallback # @ stub GetApplicationRestartSettings @ stdcall GetAtomNameA(long ptr long)