[NTDLL_VISTA] Add RtlTryAcquireSRWLockExclusive

This commit is contained in:
Timo Kreuzer
2026-05-16 10:43:08 +00:00
parent e62eea07f8
commit 44e322b4f2
+1
View File
@@ -11,6 +11,7 @@
@ stdcall RtlReleaseSRWLockShared(ptr)
@ stdcall RtlAcquireSRWLockExclusive(ptr)
@ stdcall RtlReleaseSRWLockExclusive(ptr)
@ stdcall RtlTryAcquireSRWLockExclusive(ptr)
@ stdcall RtlRunOnceInitialize(ptr)
@ stdcall RtlRunOnceBeginInitialize(ptr long ptr)
@ stdcall RtlRunOnceComplete(ptr long ptr)