Changeset 1287
- Timestamp:
 - Oct 14, 1999, 2:30:01 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kernel32/exceptions.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/exceptions.cpp
r1264 r1287 1 /* $Id: exceptions.cpp,v 1.2 4 1999-10-13 11:21:45 phallerExp $ */1 /* $Id: exceptions.cpp,v 1.25 1999-10-14 12:30:01 sandervl Exp $ */ 2 2 3 3 /* … … 1088 1088 void OS2UnsetExceptionHandler(void *exceptframe) 1089 1089 { 1090 SetExceptionChain(-1); 1091 //TODO: Somebody messes up the exception handler chaing when executing 1092 // the LX version of generic, opening the About dialogbox and quitting 1093 // DosUnsetExceptionHandler((PEXCEPTIONREGISTRATIONRECORD)exceptframe); 1090 DosUnsetExceptionHandler((PEXCEPTIONREGISTRATIONRECORD)exceptframe); 1094 1091 } 1095 1092  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  