Commit 2bf209bb authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Export RtlVirtualUnwind2 and RtlWalkFrameChain.

parent 3418bf6c
...@@ -1095,12 +1095,13 @@ ...@@ -1095,12 +1095,13 @@
# @ stub RtlValidateUnicodeString # @ stub RtlValidateUnicodeString
@ stdcall RtlVerifyVersionInfo(ptr long int64) @ stdcall RtlVerifyVersionInfo(ptr long int64)
@ stdcall -arch=!i386 RtlVirtualUnwind(long long long ptr ptr ptr ptr ptr) @ stdcall -arch=!i386 RtlVirtualUnwind(long long long ptr ptr ptr ptr ptr)
@ stdcall -arch=!i386 RtlVirtualUnwind2(long long long ptr ptr ptr ptr ptr ptr ptr ptr ptr long)
@ stdcall RtlWaitOnAddress(ptr ptr long ptr) @ stdcall RtlWaitOnAddress(ptr ptr long ptr)
@ stdcall RtlWakeAddressAll(ptr) @ stdcall RtlWakeAddressAll(ptr)
@ stdcall RtlWakeAddressSingle(ptr) @ stdcall RtlWakeAddressSingle(ptr)
@ stdcall RtlWakeAllConditionVariable(ptr) @ stdcall RtlWakeAllConditionVariable(ptr)
@ stdcall RtlWakeConditionVariable(ptr) @ stdcall RtlWakeConditionVariable(ptr)
@ stub RtlWalkFrameChain @ stdcall RtlWalkFrameChain(ptr long long)
@ stdcall RtlWalkHeap(long ptr) @ stdcall RtlWalkHeap(long ptr)
@ stdcall RtlWow64EnableFsRedirection(long) @ stdcall RtlWow64EnableFsRedirection(long)
@ stdcall RtlWow64EnableFsRedirectionEx(long ptr) @ stdcall RtlWow64EnableFsRedirectionEx(long ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment