mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 01:54:21 +00:00
![]() 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. |
||
---|---|---|
.. | ||
_matherr.c | ||
_newmode.c | ||
atonexit.c | ||
charmax.c | ||
cinitexe.c | ||
crt0_c.c | ||
crt0_w.c | ||
crt_handler.c | ||
crtdll.c | ||
crtexe.c | ||
dll_argv.c | ||
dllargv.c | ||
dllentry.c | ||
dllmain.c | ||
gccmain.c | ||
gs_support.c | ||
mingw_helpers.c | ||
mscmain.c | ||
natstart.c | ||
pesect.c | ||
pseudo-reloc-list.c | ||
pseudo-reloc.c | ||
reactos.c | ||
startup.cmake | ||
threadSafeInit.c | ||
tlsmcrt.c | ||
tlsmthread.c | ||
tlssup.c | ||
tlsthrd.c | ||
txtmode.c | ||
wcrtexe.c | ||
wdllargv.c | ||
wildcard.c |