mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
add RtlCreateCriticalSectionSpinCount
svn path=/trunk/; revision=8867
This commit is contained in:
parent
458909a9c0
commit
29a9d5c519
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
; $Id: ntdll.def,v 1.117 2004/02/25 19:34:32 ekohl Exp $
|
||||
; $Id: ntdll.def,v 1.118 2004/03/24 23:42:39 gdalsnes Exp $
|
||||
;
|
||||
; ReactOS Operating System
|
||||
;
|
||||
|
@ -369,6 +369,7 @@ RtlDecompressFragment@32
|
|||
RtlDeleteAce@8
|
||||
RtlDeleteAtomFromAtomTable@8
|
||||
RtlDeleteCriticalSection@4
|
||||
RtlSetCriticalSectionSpinCount@8
|
||||
;RtlDeleteElementGenericTable
|
||||
;RtlDeleteNoSplay
|
||||
RtlDeleteOwnersRanges@8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; $Id: ntdll.edf,v 1.107 2004/02/25 19:34:32 ekohl Exp $
|
||||
; $Id: ntdll.edf,v 1.108 2004/03/24 23:42:39 gdalsnes Exp $
|
||||
;
|
||||
; ReactOS Operating System
|
||||
;
|
||||
|
@ -369,6 +369,7 @@ RtlDecompressFragment=RtlDecompressFragment@32
|
|||
RtlDeleteAce=RtlDeleteAce@8
|
||||
RtlDeleteAtomFromAtomTable=RtlDeleteAtomFromAtomTable@8
|
||||
RtlDeleteCriticalSection=RtlDeleteCriticalSection@4
|
||||
RtlSetCriticalSectionSpinCount=RtlSetCriticalSectionSpinCount@8
|
||||
;RtlDeleteElementGenericTable
|
||||
;RtlDeleteNoSplay
|
||||
RtlDeleteOwnersRanges=RtlDeleteOwnersRanges@8
|
||||
|
|
Loading…
Reference in a new issue