6a251555b6857db89f2467d83ec97105e30a586e
[reactos.git] / reactos / lib / sdk / crt / except / xcptfil.c
1 #include <precomp.h>
2
3
4 /*
5 * @unimplemented
6 */
7 int
8 _XcptFilter(DWORD ExceptionCode,
9 struct _EXCEPTION_POINTERS * ExceptionInfo)
10 {
11 //fixme XcptFilter
12 // return UnhandledExceptionFilter(ExceptionInfo);
13 return 0;
14 }
15