update for HEAD-2003091401
[reactos.git] / lib / crtdll / signal / xcptfil.c
1 #include <windows.h>
2
3
4 /*
5  * @unimplemented
6  */
7 int _XcptFilter (
8          DWORD ExceptionCode,
9          struct _EXCEPTION_POINTERS *  ExceptionInfo 
10         )
11 {
12         //fixme XcptFilter
13 //      return UnhandledExceptionFilter(ExceptionInfo);
14 }