:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / msvcrt / except / xcptfil.c
1 #include <windows.h>
2
3
4 int
5 _XcptFilter(DWORD ExceptionCode,
6             struct _EXCEPTION_POINTERS *  ExceptionInfo)
7 {
8         //fixme XcptFilter
9 //      return UnhandledExceptionFilter(ExceptionInfo);
10 }
11