Changeset 7202 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Oct 25, 2001, 3:19:05 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r7109 r7202 1 /* $Id: exceptions.cpp,v 1.5 6 2001-10-18 13:27:39sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.57 2001-10-25 13:19:04 sandervl Exp $ */ 2 2 3 3 /* … … 82 82 //Global Process Unhandled exception filter 83 83 static LPTOP_LEVEL_EXCEPTION_FILTER CurrentUnhExceptionFlt = NULL; 84 static UINT CurrentErrorMode = SEM_FAILCRITICALERRORS;84 static UINT CurrentErrorMode = 0; 85 85 static PEXCEPTION_HANDLER StartupCodeHandler = NULL; 86 86
Note:
See TracChangeset
for help on using the changeset viewer.