Commit 6569ba3f authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Added .spec entry for KERNEL.RegisterServiceProcess.

parent b7db887b
......@@ -395,7 +395,7 @@ file krnl386.exe
488 pascal GetModuleHandle32(str) GetModuleHandle32A
489 stub KERNEL_489 # VWin32_BoostWithDecay
490 stub KERNEL_490
491 stub RegisterServiceProcess
491 pascal RegisterServiceProcess(long long) RegisterServiceProcess
492 stub WOAAbort
493 stub UTInit
494 stub KERNEL_494
......
......@@ -778,7 +778,7 @@ HANDLE32 WINAPI ConvertToGlobalHandle(HANDLE32 hSrc)
}
/***********************************************************************
* RegisterServiceProcess (KERNEL32)
* RegisterServiceProcess (KERNEL, KERNEL32)
*
* A service process calls this function to ensure that it continues to run
* even after a user logged off.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment