update for HEAD-2003091401
[reactos.git] / lib / msvcrt / except / xcptfil.c
1 #include <windows.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 }
14