[RTL][NTDLL] Add some function stubs
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 21 Sep 2019 10:46:01 +0000 (12:46 +0200)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Fri, 3 Jan 2020 12:00:45 +0000 (13:00 +0100)
commit5fa4fd7bef455cc9fb44214a890f34d35a3582b4
treee9ad2f15f2649719c0ec9f44f40be0f4b5edb885
parent150353ebf3bcee32214d311d940aad30c3d6f44c
[RTL][NTDLL] Add some function stubs

- LdrSetAppCompatDllRedirectionCallback
- RtlCancelTimer
- RtlCreateServiceSid
- RtlQueryProcessHeapInformation
- RtlQueueApcWow64Thread
- RtlSetTimer
- RtlUnhandledExceptionFilter2
- RtlpNotOwnerCriticalSection
dll/ntdll/def/ntdll.spec
dll/ntdll/include/ntdllp.h
dll/ntdll/ldr/ldrapi.c
sdk/lib/rtl/amd64/stubs.c
sdk/lib/rtl/critical.c
sdk/lib/rtl/exception.c
sdk/lib/rtl/heap.c
sdk/lib/rtl/i386/thread.c
sdk/lib/rtl/sid.c
sdk/lib/rtl/timerqueue.c