Changeset 1580 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Nov 3, 1999, 10:01:14 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r1464 r1580 1 /* $Id: exceptions.cpp,v 1.2 7 1999-10-26 23:38:12phaller Exp $ */1 /* $Id: exceptions.cpp,v 1.28 1999-11-03 21:01:14 phaller Exp $ */ 2 2 3 3 /* … … 68 68 //Global Process Unhandled exception filter 69 69 static LPTOP_LEVEL_EXCEPTION_FILTER CurrentUnhExceptionFlt = NULL; 70 static UINT CurrentErrorMode = 0;70 static UINT CurrentErrorMode = SEM_FAILCRITICALERRORS; 71 71 static PEXCEPTION_HANDLER StartupCodeHandler = NULL; 72 72
Note:
See TracChangeset
for help on using the changeset viewer.