reactos/sdk/lib/vcruntime
Timo Kreuzer f81c82f5fa [VCSTARTUP] Implement atexit and _onexit
These must use a local table and cannot use the one from ucrtbase.
The table is initialized with a .CRT section initializer.
2025-03-24 23:02:06 +00:00
..
amd64
i386
inc [VCSTARTUP] Implement atexit and _onexit 2025-03-24 23:02:06 +00:00
__acrt_initialize_stub.cpp [VCSTARTUP] Implement (w)mainCRTStartup 2025-02-06 09:17:37 +02:00
__report_gsfailure.c
__report_rangecheckfailure.c
__scrt_uninitialize_crt.cpp
__security_init_cookie.c
__std_terminate.c
__vcrt_init.c [VCRUNTIME] Add initialization / cleanup of wine code 2025-02-06 09:17:37 +02:00
__vcrt_init_stubs.c [VCRUNTIME] Add initialization / cleanup of wine code 2025-02-06 09:17:37 +02:00
_fltused.c
_onexit.c [VCSTARTUP] Implement atexit and _onexit 2025-03-24 23:02:06 +00:00
atexit.c [VCSTARTUP] Implement atexit and _onexit 2025-03-24 23:02:06 +00:00
CMakeLists.txt [VCSTARTUP] Implement atexit and _onexit 2025-03-24 23:02:06 +00:00
commonCRTStartup.hpp [VCSTARTUP] Implement (w)mainCRTStartup 2025-02-06 09:17:37 +02:00
initializers.cpp
isa_available.cpp
mainCRTStartup.cpp [VCSTARTUP] Implement (w)mainCRTStartup 2025-02-06 09:17:37 +02:00
tlssup.c [VCRUNTIME] Add TLS callback support 2025-02-06 09:17:37 +02:00
wmainCRTStartup.cpp [VCSTARTUP] Implement (w)mainCRTStartup 2025-02-06 09:17:37 +02:00