Commit in reactos/w32api/include/ddk on MAIN | |||
ntifs.h | +1 | -1 | 1.2 -> 1.3 |
Mirror PRKAPC_STATE found in ntoskrnl/include/internal/ps.h
diff -u -r1.2 -r1.3 --- ntifs.h 9 Apr 2004 20:03:21 -0000 1.2 +++ ntifs.h 24 Jun 2004 07:19:57 -0000 1.3 @@ -550,7 +550,7 @@
BOOLEAN KernelApcInProgress; BOOLEAN KernelApcPending; BOOLEAN UserApcPending;
-} KAPC_STATE, *PKAPC_STATE;
+} KAPC_STATE, *PKAPC_STATE, *__restrict PRKAPC_STATE;
typedef struct _KGDTENTRY { USHORT LimitLow;