ntoskrnl.exe: Import KeGetCurrentProcessorNumber() function.
Signed-off-by: Paul Gofman <pgofman@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f5e703042a
commit
8daad8963e
|
@ -546,6 +546,7 @@
|
|||
@ stub KeFindConfigurationNextEntry
|
||||
@ stub KeFlushEntireTb
|
||||
@ stdcall KeFlushQueuedDpcs()
|
||||
@ stdcall KeGetCurrentProcessorNumber() NtGetCurrentProcessorNumber
|
||||
@ stdcall KeGetCurrentThread()
|
||||
@ stub KeGetPreviousMode
|
||||
@ stub KeGetRecommendedSharedDataAlignment
|
||||
|
|
|
@ -1686,6 +1686,7 @@ BOOLEAN WINAPI KeCancelTimer(KTIMER*);
|
|||
void WINAPI KeClearEvent(PRKEVENT);
|
||||
NTSTATUS WINAPI KeDelayExecutionThread(KPROCESSOR_MODE,BOOLEAN,LARGE_INTEGER*);
|
||||
void WINAPI KeEnterCriticalRegion(void);
|
||||
ULONG WINAPI KeGetCurrentProcessorNumber(void);
|
||||
PKTHREAD WINAPI KeGetCurrentThread(void);
|
||||
void WINAPI KeInitializeEvent(PRKEVENT,EVENT_TYPE,BOOLEAN);
|
||||
void WINAPI KeInitializeMutex(PRKMUTEX,ULONG);
|
||||
|
|
Loading…
Reference in New Issue