reactos/sdk/lib/crt/except
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
..
amd64 [CRT] Implement __C_specific_handler 2021-06-05 13:52:42 +02:00
arm [CRT] Implement __chkstk function for ARM (#1595) 2020-04-26 19:58:53 +03:00
i386 [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
powerpc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
except.cmake [CRT] Fix _matherror and _setusermatherror 2021-07-27 22:08:58 +02:00
stack.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00