mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
initialize the unhandled exception filter automatically
svn path=/trunk/; revision=12064
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: except.c,v 1.19 2004/12/12 22:39:45 weiden Exp $
|
||||
/* $Id: except.c,v 1.20 2004/12/12 23:03:56 weiden Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
@@ -16,7 +16,7 @@
|
||||
#include "../include/debug.h"
|
||||
|
||||
UINT GlobalErrMode = 0;
|
||||
LPTOP_LEVEL_EXCEPTION_FILTER GlobalTopLevelExceptionFilter = NULL;
|
||||
LPTOP_LEVEL_EXCEPTION_FILTER GlobalTopLevelExceptionFilter = UnhandledExceptionFilter;
|
||||
|
||||
UINT GetErrorMode(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user