reactos/sdk/lib/crt/startup
Timo Kreuzer da2a5673e7 [CRT] Fix _matherror and _setusermatherror
We previously used 2 different versions: one from wine and one from mingw-w64.
The former was used in msvcrt, the latter was statically compiled into the executable. When using MS libs, there is only one _matherr, which is statically linked into the executable and does nothing (it's not really a function for users to be called).
_setusermatherror should only exist in msvcrt and not statically, which wouldn't work at all.
2021-07-27 22:08:58 +02:00
..
_matherr.c [CRT] Fix _matherror and _setusermatherror 2021-07-27 22:08:58 +02:00
_newmode.c
atonexit.c [CRT] Fix _onexit 2020-12-30 19:03:52 +01:00
charmax.c
cinitexe.c
crt0_c.c
crt0_w.c
crt_handler.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
crtdll.c [CRT] Fix _onexit 2020-12-30 19:03:52 +01:00
crtexe.c [CRT] Fix _onexit 2020-12-30 19:03:52 +01:00
dll_argv.c
dllargv.c
dllentry.c
dllmain.c
gccmain.c [CRT] Do not call atexit at process initialization 2020-12-30 19:03:52 +01:00
gs_support.c
mingw_helpers.c
mscmain.c
natstart.c
pesect.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
pseudo-reloc-list.c
pseudo-reloc.c
reactos.c
startup.cmake [CRT] Fix _matherror and _setusermatherror 2021-07-27 22:08:58 +02:00
threadSafeInit.c
tlsmcrt.c
tlsmthread.c [CRT] We never use the mthread library 2021-04-28 13:10:23 +02:00
tlssup.c [CRT] Sync tlssup.c with mingw-w64 2021-04-28 13:10:23 +02:00
tlsthrd.c
txtmode.c [FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces 2021-06-11 15:33:08 +03:00
wcrtexe.c
wdllargv.c
wildcard.c