Add missing forward reference to KeInitializeThread()
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
88c17982e4
commit
cbca1e21c6
@ -24,6 +24,17 @@ XTAPI
|
|||||||
PKTHREAD
|
PKTHREAD
|
||||||
KeGetCurrentThread(VOID);
|
KeGetCurrentThread(VOID);
|
||||||
|
|
||||||
|
XTAPI
|
||||||
|
XTSTATUS
|
||||||
|
KeInitializeThread(IN PKTHREAD Thread,
|
||||||
|
IN PVOID Stack,
|
||||||
|
IN PKSYSTEM_ROUTINE SystemRoutine,
|
||||||
|
IN PKSTART_ROUTINE StartRoutine,
|
||||||
|
IN PVOID StartContext,
|
||||||
|
IN PCONTEXT Context,
|
||||||
|
IN PVOID EnvironmentBlock,
|
||||||
|
IN PKPROCESS Process);
|
||||||
|
|
||||||
XTAPI
|
XTAPI
|
||||||
VOID
|
VOID
|
||||||
KepArchInitialize(VOID);
|
KepArchInitialize(VOID);
|
||||||
|
Loading…
Reference in New Issue
Block a user