Commit in reactos/lib/kernel32/except on MAIN
except.c+2-21.19 -> 1.20
initialize the unhandled exception filter automatically

reactos/lib/kernel32/except
except.c 1.19 -> 1.20
diff -u -r1.19 -r1.20
--- except.c	12 Dec 2004 22:39:45 -0000	1.19
+++ except.c	12 Dec 2004 23:03:56 -0000	1.20
@@ -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)
 {
CVSspam 0.2.8