Changeset 1137 for trunk/src/kernel32/exceptions.cpp
- Timestamp:
- Oct 5, 1999, 4:28:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptions.cpp
r805 r1137 1 /* $Id: exceptions.cpp,v 1. 19 1999-09-02 20:56:48 phallerExp $ */1 /* $Id: exceptions.cpp,v 1.20 1999-10-05 14:28:33 sandervl Exp $ */ 2 2 3 3 /* … … 1000 1000 void OS2UnsetExceptionHandler(void *exceptframe) 1001 1001 { 1002 DosUnsetExceptionHandler((PEXCEPTIONREGISTRATIONRECORD)exceptframe); 1002 SetExceptionChain(-1); 1003 //TODO: Somebody messes up the exception handler chaing when executing 1004 // the LX version of generic, opening the About dialogbox and quitting 1005 // DosUnsetExceptionHandler((PEXCEPTIONREGISTRATIONRECORD)exceptframe); 1003 1006 } 1004 1007
Note:
See TracChangeset
for help on using the changeset viewer.