kernel32: Reimplement GetActiveProcessorCount on top of GetLogicalProcessorInformationEx.
commit6aeb297d20c3f2d0b3a41d2c06dc483668e1fc01
authorAlex Henrie <alexhenrie24@gmail.com>
Mon, 24 May 2021 08:10:42 +0000 (24 02:10 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 May 2021 20:01:39 +0000 (25 22:01 +0200)
treef8adb9d7b8936708314aaf2be721e2cc8b663298
parent59e9a8ecf3b3ec5e81aa12fa53418ee036710ffe
kernel32: Reimplement GetActiveProcessorCount on top of GetLogicalProcessorInformationEx.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/kernel32/process.c