mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:43:19 +00:00
[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.
This commit is contained in:
parent
fce48c3014
commit
f81c82f5fa
4 changed files with 55 additions and 0 deletions
|
@ -35,6 +35,8 @@ list(APPEND VCRT_STARTUP_SOURCES
|
|||
__acrt_initialize_stub.cpp
|
||||
__scrt_uninitialize_crt.cpp
|
||||
__vcrt_init_stubs.c
|
||||
_onexit.c
|
||||
atexit.c
|
||||
mainCRTStartup.cpp
|
||||
wmainCRTStartup.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue