reactos/dll/ntdll
Timo Kreuzer 93ba586ec3 [NTDLL] Make _alloca_probe(_16) private
This avoids a linker error due to a duplicated symbol in ntdll and the statically linked chkstk library. This happens when the linker first resolves _chkstk from the CRT or the chkstk library (which also pulls in _alloca_probe(_16)) and then tries to resolve _alloca_probe(_16) from ntdll.
2025-01-19 09:02:58 +02:00
..
dbg
def [NTDLL] Make _alloca_probe(_16) private 2025-01-19 09:02:58 +02:00
dispatch [NTOS:KE/x64] Fix unwinding in KiUserApcDispatcher 2024-12-16 16:19:32 +02:00
etw
include
ldr [RTL] Move ReactOS specific actctx init code into it's own function 2024-11-05 10:54:21 +02:00
nt_0600
rtl [REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp 2024-10-20 14:12:25 +03:00
CMakeLists.txt [ADVAPI32][ETWTRACE] Add etwtrace library and link advapi32 to it on NT6+ 2024-10-17 18:39:37 +03:00