mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
now NTOSKRNL exports KeServiceDescriptorTable just like
NT's NTOSKRNL does. svn path=/trunk/; revision=961
This commit is contained in:
parent
185d2be0f1
commit
3cd7e191a4
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
; $Id: ntoskrnl.def,v 1.41 2000/01/20 22:14:08 ea Exp $
|
||||
; $Id: ntoskrnl.def,v 1.42 2000/01/23 15:21:25 hochoa Exp $
|
||||
;
|
||||
; reactos/ntoskrnl/ntoskrnl.def
|
||||
;
|
||||
|
@ -556,3 +556,4 @@ WRITE_PORT_ULONG
|
|||
WRITE_PORT_USHORT
|
||||
InsertTailList
|
||||
RemoveEntryList
|
||||
_KeServiceDescriptorTable DATA
|
|
@ -1,4 +1,4 @@
|
|||
; $Id: ntoskrnl.edf,v 1.28 2000/01/20 22:14:08 ea Exp $
|
||||
; $Id: ntoskrnl.edf,v 1.29 2000/01/23 15:21:25 hochoa Exp $
|
||||
;
|
||||
; reactos/ntoskrnl/ntoskrnl.def
|
||||
;
|
||||
|
@ -554,3 +554,4 @@ WRITE_PORT_ULONG
|
|||
WRITE_PORT_USHORT
|
||||
InsertTailList
|
||||
RemoveEntryList
|
||||
KeServiceDescriptorTable DATA
|
||||
|
|
Loading…
Reference in a new issue