X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fexcept%2Fmatherr.c;fp=lib%2Fcrtdll%2Fexcept%2Fmatherr.c;h=9359e46e1af6b339be23ae0a86d2052c0870a9b8;hp=01de05c38fc0d52a75f9b6e18edc7e7ed464bbdb;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/crtdll/except/matherr.c b/lib/crtdll/except/matherr.c index 01de05c..9359e46 100644 --- a/lib/crtdll/except/matherr.c +++ b/lib/crtdll/except/matherr.c @@ -11,6 +11,9 @@ struct _exception { } ; +/* + * @unimplemented + */ int _matherr(struct _exception* e) { return 0; @@ -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,