- Cleanup the /lib directory, by putting more 3rd-party libs in /3rdparty, and by...
[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