kernel32: add a stub for GetCurrentProcessorNumberEx (try 2)

Matteo Bruni matteo.mystral at gmail.com
Fri Oct 9 09:03:40 CDT 2015


2015-10-09 14:30 GMT+02:00 Sebastian Lackner <sebastian at fds-team.de>:
> On 09.10.2015 12:15, Austin English wrote:
>> Try 2:
>> move implementation to ntdll.RtlGetCurrentProcessorNumberEx with a
>> forward from kernel32.
>> Initialize Group/Processor to 0.
>>
>> For https://bugs.winehq.org/show_bug.cgi?id=39376
>>
>> +/**********************************************************************
>> + *           RtlGetCurrentProcessorNumberEx [NTDLL.@]
>> + */
>> +VOID WINAPI RtlGetCurrentProcessorNumberEx(PPROCESSOR_NUMBER processor)
>
> I think its preferred to use PROCESSOR_NUMBER * here.

Also please use void instead of VOID, while you're at it.



More information about the wine-devel mailing list