Ignore:
Timestamp:
Nov 3, 1999, 10:01:14 PM (26 years ago)
Author:
phaller
Message:

Fix: initialization of CurrentErrorMode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptions.cpp

    r1464 r1580  
    1 /* $Id: exceptions.cpp,v 1.27 1999-10-26 23:38:12 phaller Exp $ */
     1/* $Id: exceptions.cpp,v 1.28 1999-11-03 21:01:14 phaller Exp $ */
    22
    33/*
     
    6868//Global Process Unhandled exception filter
    6969static LPTOP_LEVEL_EXCEPTION_FILTER CurrentUnhExceptionFlt = NULL;
    70 static UINT                         CurrentErrorMode = 0;
     70static UINT                         CurrentErrorMode = SEM_FAILCRITICALERRORS;
    7171static PEXCEPTION_HANDLER           StartupCodeHandler = NULL;
    7272
Note: See TracChangeset for help on using the changeset viewer.