aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
authorqilme <89187439+qilme@users.noreply.github.com>2025-10-31 21:54:50 +0800
committerGitHub <noreply@github.com>2025-10-31 13:54:50 +0000
commit8347791ce3e3ffc82d95c09ccc036e8e47c1ed0c (patch)
treeccd73698764a6d6b8f2b5884c2fea48667a8c356 /src/codegen
parent62de7a2efd760bec85a41d52eca641fd61cd4a5d (diff)
downloadzig-8347791ce3e3ffc82d95c09ccc036e8e47c1ed0c.tar.gz
zig-8347791ce3e3ffc82d95c09ccc036e8e47c1ed0c.zip
std.os.windows: eliminate forwarder function in kernel32 (#25766)
#1840 kernel32.AddVectoredExceptionHandler -> ntdll.RtlAddVectoredExceptionHandler kernel32.RemoveVectoredExceptionHandler -> ntdll.RtlRemoveVectoredExceptionHandler kernel32.ExitProcess -> ntdll.RtlExitUserProcess kernel32.InitializeCriticalSection -> ntdll.RtlInitializeCriticalSection kernel32.EnterCriticalSection -> ntdll.RtlEnterCriticalSection kernel32.LeaveCriticalSection -> ntdll.RtlLeaveCriticalSection kernel32.DeleteCriticalSection -> ntdll.RtlDeleteCriticalSection kernel32.TryAcquireSRWLockExclusive -> ntdll.RtlTryAcquireSRWLockExclusive kernel32.AcquireSRWLockExclusive -> ntdll.RtlAcquireSRWLockExclusive kernel32.ReleaseSRWLockExclusive -> ntdll.RtlReleaseSRWLockExclusive kernel32.WakeConditionVariable -> ntdll.RtlWakeConditionVariable kernel32.WakeAllConditionVariable -> ntdll.RtlWakeAllConditionVariable kernel32.HeapReAlloc -> ntdll.RtlReAllocateHeap kernel32.HeapAlloc -> ntdll.RtlAllocateHeap
Diffstat (limited to 'src/codegen')
0 files changed, 0 insertions, 0 deletions