X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fmsvcrt%2Fexcept%2Fmatherr.c;fp=lib%2Fmsvcrt%2Fexcept%2Fmatherr.c;h=111c77ccdf3a032ce2a05c941230c8798a69a8c4;hp=01de05c38fc0d52a75f9b6e18edc7e7ed464bbdb;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/msvcrt/except/matherr.c b/lib/msvcrt/except/matherr.c index 01de05c..111c77c 100644 --- a/lib/msvcrt/except/matherr.c +++ b/lib/msvcrt/except/matherr.c @@ -16,8 +16,11 @@ int _matherr(struct _exception* e) return 0; } - -// not exported by NTDLL +/* + * not exported by NTDLL + * + * @unimplemented + */ void __setusermatherr(int (*handler)(struct _exception*)) { @@ -26,6 +29,9 @@ void __setusermatherr(int (*handler)(struct _exception*)) #define _FPIEEE_RECORD void +/* + * @unimplemented + */ int _fpieee_flt( unsigned long exception_code, struct _EXCEPTION_POINTERS* ExceptionPointer,