reactos/reactos/lib/crtdll/signal/xcptfil.c
Boudewijn Dekker 62cdaf7f99 no message
svn path=/trunk/; revision=561
1999-06-24 21:59:41 +00:00

11 lines
No EOL
209 B
C

#include <windows.h>
int _XcptFilter (
DWORD ExceptionCode,
struct _EXCEPTION_POINTERS * ExceptionInfo
)
{
//fixme XcptFilter
// return UnhandledExceptionFilter(ExceptionInfo);
}