mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
Mirror PRKAPC_STATE found in ntoskrnl/include/internal/ps.h
svn path=/trunk/; revision=9853
This commit is contained in:
parent
5bcda093f3
commit
a3e366fdf9
1 changed files with 1 additions and 1 deletions
|
@ -550,7 +550,7 @@ typedef struct _KAPC_STATE {
|
|||
BOOLEAN KernelApcInProgress;
|
||||
BOOLEAN KernelApcPending;
|
||||
BOOLEAN UserApcPending;
|
||||
} KAPC_STATE, *PKAPC_STATE;
|
||||
} KAPC_STATE, *PKAPC_STATE, *__restrict PRKAPC_STATE;
|
||||
|
||||
typedef struct _KGDTENTRY {
|
||||
USHORT LimitLow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue