Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / msvcrt / except / matherr.c
index 5d03db2..a87868d 100644 (file)
@@ -11,6 +11,7 @@ int _matherr(struct _exception *e)
     return 0;
 }
 
+// not exported by NTDLL
 void __setusermatherr(int (* handler)(struct _exception *))
 {
 
@@ -19,10 +20,10 @@ void __setusermatherr(int (* handler)(struct _exception *))
 #define _FPIEEE_RECORD void
 
 int _fpieee_flt(
-       unsigned long exception_code,
+        unsigned long exception_code,
         struct _EXCEPTION_POINTERS *ExceptionPointer,
         int (* handler)(_FPIEEE_RECORD *)
         )
 {
-       return 0;
+    return 0;
 }