9 Oct
2015
9 Oct
'15
2:03 p.m.
2015-10-09 14:30 GMT+02:00 Sebastian Lackner <sebastian(a)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.