Patch by Jonathon Wilson:
[reactos.git] / reactos / lib / msvcrt / except / xcptfil.c
index c01b91a..41bf69b 100644 (file)
@@ -10,5 +10,6 @@ _XcptFilter(DWORD ExceptionCode,
 {
        //fixme XcptFilter
 //     return UnhandledExceptionFilter(ExceptionInfo);
+       return 0;
 }