mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
[NTDLL]
- Add back missing exports See issue #5078 for more details. svn path=/trunk/; revision=44891
This commit is contained in:
parent
03a24bcc1c
commit
040c065208
1 changed files with 7 additions and 0 deletions
|
@ -412,6 +412,8 @@
|
|||
@ stdcall RtlAcquirePebLock()
|
||||
@ stdcall RtlAcquireResourceExclusive(ptr long)
|
||||
@ stdcall RtlAcquireResourceShared(ptr long)
|
||||
@ stdcall RtlAcquireSRWLockExclusive(ptr)
|
||||
@ stdcall RtlAcquireSRWLockShared(ptr)
|
||||
@ stdcall RtlActivateActivationContext(long ptr ptr)
|
||||
//@ stdcall RtlActivateActivationContextEx
|
||||
@ stdcall RtlActivateActivationContextUnsafeFast(ptr ptr)
|
||||
|
@ -713,6 +715,7 @@
|
|||
@ stdcall RtlInitializeResource(ptr)
|
||||
@ stdcall RtlInitializeSListHead(ptr)
|
||||
@ stdcall RtlInitializeSid(ptr ptr long)
|
||||
@ stdcall RtlInitializeSRWLock(ptr)
|
||||
//@ stdcall RtlInitializeStackTraceDataBase // 5.1 SP2 and SP3, and 5.2 only
|
||||
@ stdcall RtlInsertElementGenericTable(ptr ptr long ptr)
|
||||
@ stdcall RtlInsertElementGenericTableAvl(ptr ptr long ptr)
|
||||
|
@ -842,6 +845,8 @@
|
|||
//@ stdcall RtlReleaseMemoryStream
|
||||
@ stdcall RtlReleasePebLock()
|
||||
@ stdcall RtlReleaseResource(ptr)
|
||||
@ stdcall RtlReleaseSRWLockExclusive(ptr)
|
||||
@ stdcall RtlReleaseSRWLockShared(ptr)
|
||||
@ stdcall RtlRemoteCall(ptr ptr ptr long ptr long long)
|
||||
//@ stdcall RtlRemoveVectoredContinueHandler
|
||||
@ stdcall RtlRemoveVectoredExceptionHandler(ptr)
|
||||
|
@ -892,6 +897,8 @@
|
|||
@ stdcall RtlSetUserFlagsHeap(ptr long ptr long)
|
||||
@ stdcall RtlSetUserValueHeap(ptr long ptr ptr)
|
||||
@ stdcall RtlSizeHeap(long long ptr)
|
||||
@ stdcall RtlSleepConditionVariableCS(ptr ptr ptr)
|
||||
@ stdcall RtlSleepConditionVariableSRW(ptr ptr ptr long)
|
||||
@ stdcall RtlSplay(ptr)
|
||||
//@ stdcall RtlStartRXact
|
||||
//@ stdcall RtlStatMemoryStream
|
||||
|
|
Loading…
Reference in a new issue