qilme
8347791ce3
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
2025-10-31 13:54:50 +00:00
..
2025-10-30 12:09:13 -04:00
2025-10-27 11:19:51 +01:00
2025-10-27 07:35:38 -07:00
2025-09-30 18:28:47 -07:00
2025-10-29 06:20:50 -07:00
2025-10-31 09:44:47 +01:00
2025-09-30 13:44:51 +01:00
2025-10-29 06:20:51 -07:00
2025-09-18 22:39:33 -07:00
2025-10-29 06:20:50 -07:00
2025-10-29 13:50:04 -07:00
2025-10-30 12:09:13 -04:00
2025-10-30 09:31:28 +00:00
2025-10-10 22:47:47 -07:00
2025-10-22 11:41:16 +02:00
2025-10-31 13:54:50 +00:00
2025-10-29 06:20:51 -07:00
2025-10-29 06:20:51 -07:00
2025-09-18 22:39:33 -07:00
2025-10-29 06:20:49 -07:00
2025-10-30 12:09:13 -04:00
2025-09-30 13:44:54 +01:00
2025-10-31 13:54:50 +00:00
2025-09-18 22:39:33 -07:00
2025-10-30 12:09:13 -04:00
2025-09-20 18:33:00 -07:00
2025-10-02 17:44:52 -04:00
2025-10-11 19:04:32 -07:00
2025-10-23 09:27:17 +02:00
2025-10-30 09:31:28 +00:00
2025-10-29 13:51:37 -07:00
2025-10-29 18:15:09 -04:00
2025-10-10 22:47:47 -07:00
2025-10-14 12:00:44 +02:00
2025-10-31 13:54:50 +00:00
2025-09-20 14:34:18 -07:00
2025-10-25 21:10:02 -07:00
2025-10-29 06:20:49 -07:00
2025-10-29 18:06:17 -04:00
2025-09-19 05:02:22 +00:00
2025-10-29 06:20:51 -07:00
2025-10-29 06:20:52 -07:00
2025-10-27 07:35:38 -07:00
2025-10-30 16:53:05 -04:00
2025-10-30 09:31:30 +00:00
2025-09-30 13:44:51 +01:00
2025-10-29 06:20:49 -07:00
2025-10-16 22:11:51 +02:00
2025-09-20 14:34:18 -07:00
2025-10-29 06:20:50 -07:00
2025-10-23 09:27:17 +02:00
2025-10-31 13:54:50 +00:00
2025-10-27 07:35:38 -07:00
2025-10-29 06:20:51 -07:00
2025-10-29 06:20:48 -07:00
2025-10-16 22:11:51 +02:00
2025-10-25 21:28:54 -07:00
2025-10-29 18:15:09 -04:00
2025-10-29 06:20:52 -07:00
2025-10-29 06:20:50 -07:00
2025-10-29 14:25:51 +01:00
2025-10-30 09:31:28 +00:00
2025-10-31 13:54:50 +00:00
2025-10-29 06:20:49 -07:00
2025-10-29 06:20:50 -07:00
2025-10-29 06:20:49 -07:00
2025-10-30 09:31:28 +00:00