mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
initialize the unhandled exception filter automatically
svn path=/trunk/; revision=12064
This commit is contained in:
parent
f920a98034
commit
02f77a0c2a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue