mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 12:23:14 +00:00
11 lines
No EOL
209 B
C
11 lines
No EOL
209 B
C
#include <windows.h>
|
|
|
|
|
|
int _XcptFilter (
|
|
DWORD ExceptionCode,
|
|
struct _EXCEPTION_POINTERS * ExceptionInfo
|
|
)
|
|
{
|
|
//fixme XcptFilter
|
|
// return UnhandledExceptionFilter(ExceptionInfo);
|
|
} |