mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 20:18:22 +00:00
[NTOS]: Build fixer.
svn path=/trunk/; revision=44880
This commit is contained in:
parent
785d4328db
commit
2c793a902d
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ typedef PCHAR
|
|||
IN ULONG Length
|
||||
);
|
||||
|
||||
extern PKNMI_HANDLER_CALLBACK KiNmiCallbackListHead;
|
||||
extern KSPIN_LOCK KiNmiCallbackListLock;
|
||||
extern PVOID KeUserApcDispatcher;
|
||||
extern PVOID KeUserCallbackDispatcher;
|
||||
extern PVOID KeUserExceptionDispatcher;
|
||||
|
|
Loading…
Reference in a new issue