Re: [Mingw-w64-public] [PATCH] winternl.h: Rename Unknown to MaximumProcessors in SYSTEM_PROCESSOR_INFORMATION.

2021-01-15 Thread Liu Hao
在 2021/1/16 上午6:42, Alex Henrie 写道: > On Thu, Dec 17, 2020 at 7:47 AM Liu Hao wrote: >> >> ReactOS uses the name `Reserved` [1] so I wonder how much existent code >> expects this one. >> >> (BTW they selected a different name for the 5th field.) > > ReactOS now uses the name "MaximumProcessors"

Re: [Mingw-w64-public] [PATCH] winternl.h: Rename Unknown to MaximumProcessors in SYSTEM_PROCESSOR_INFORMATION.

2021-01-15 Thread Alex Henrie
On Thu, Dec 17, 2020 at 7:47 AM Liu Hao wrote: > > ReactOS uses the name `Reserved` [1] so I wonder how much existent code > expects this one. > > (BTW they selected a different name for the 5th field.) ReactOS now uses the name "MaximumProcessors" when targeting Windows 8 and later: https://gi