mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Typo in the NTOSKRNL import library fixed
svn path=/trunk/; revision=751
This commit is contained in:
parent
83c2d22a5e
commit
cfb22d72df
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntoskrnl.def,v 1.22 1999/10/31 22:41:48 ea Exp $
|
; $Id: ntoskrnl.def,v 1.23 1999/11/04 06:41:47 ea Exp $
|
||||||
;
|
;
|
||||||
; reactos/ntoskrnl/ntoskrnl.def
|
; reactos/ntoskrnl/ntoskrnl.def
|
||||||
;
|
;
|
||||||
|
@ -186,7 +186,7 @@ RtlInitUnicodeString
|
||||||
RtlLargeIntegerAdd
|
RtlLargeIntegerAdd
|
||||||
RtlLargeIntegerGreaterThan
|
RtlLargeIntegerGreaterThan
|
||||||
RtlLargeIntegerShiftRight
|
RtlLargeIntegerShiftRight
|
||||||
RtlMoveMemorya@12
|
RtlMoveMemory@12
|
||||||
RtlSecondsSince1970ToTime
|
RtlSecondsSince1970ToTime
|
||||||
RtlSecondsSince1980ToTime
|
RtlSecondsSince1980ToTime
|
||||||
RtlTimeFieldsToTime
|
RtlTimeFieldsToTime
|
||||||
|
|
Loading…
Reference in a new issue