Changeset 3872 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Jul 20, 2000, 8:07:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r3547 r3872 1 /* $Id: exceptions.cpp,v 1.4 1 2000-05-18 09:08:37sandervl Exp $ */1 /* $Id: exceptions.cpp,v 1.42 2000-07-20 18:06:59 sandervl Exp $ */ 2 2 3 3 /* … … 310 310 if(!pRecord) 311 311 { 312 record.ExceptionCode = STATUS_ INVALID_DISPOSITION;312 record.ExceptionCode = STATUS_UNWIND; 313 313 record.ExceptionFlags = 0; 314 314 record.ExceptionRecord = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.