Exported NtOpenEvent()

svn path=/trunk/; revision=1233
This commit is contained in:
Phillip Susi 2000-07-07 00:39:24 +00:00
parent 194e86b860
commit 2b37b9beea
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
; $Id: ntoskrnl.def,v 1.82 2000/07/04 08:52:36 dwelch Exp $
; $Id: ntoskrnl.def,v 1.83 2000/07/07 00:39:24 phreak Exp $
;
; reactos/ntoskrnl/ntoskrnl.def
;
@ -504,6 +504,7 @@ NtBuildNumber DATA
NtClose@4
NtConnectPort@32
NtCreateEvent@20
NtOpenEvent@12
NtCreateFile@44
NtCreateSection@28
NtDeleteAtom@4

View file

@ -1,4 +1,4 @@
; $Id: ntoskrnl.edf,v 1.69 2000/07/04 08:52:36 dwelch Exp $
; $Id: ntoskrnl.edf,v 1.70 2000/07/07 00:39:24 phreak Exp $
;
; reactos/ntoskrnl/ntoskrnl.def
;
@ -504,6 +504,7 @@ NtBuildNumber DATA
NtClose=NtClose@4
NtConnectPort=NtConnectPort@32
NtCreateEvent=NtCreateEvent@20
NtOpenEvent=NtOpenEvent@12
NtCreateFile=NtCreateFile@44
NtCreateSection=NtCreateSection@28
NtDeleteAtom=NtDeleteAtom@4