kernel32: Fix doc header for SetThreadIdealProcessor.
This commit is contained in:
parent
f914b57277
commit
e85a037516
|
@ -402,7 +402,7 @@ DWORD_PTR WINAPI SetThreadAffinityMask( HANDLE hThread, DWORD_PTR dwThreadAffini
|
|||
|
||||
|
||||
/**********************************************************************
|
||||
* SetThreadIdealProcessor [KERNEL32.@] Obtains timing information.
|
||||
* SetThreadIdealProcessor [KERNEL32.@] Sets preferred processor for thread.
|
||||
*
|
||||
* RETURNS
|
||||
* Success: Value of last call to SetThreadIdealProcessor
|
||||
|
|
Loading…
Reference in New Issue