Ignore:
Timestamp:
Oct 14, 1999, 2:30:01 PM (26 years ago)
Author:
sandervl
Message:

OS2UnsetExceptionHandler bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptions.cpp

    r1264 r1287  
    1 /* $Id: exceptions.cpp,v 1.24 1999-10-13 11:21:45 phaller Exp $ */
     1/* $Id: exceptions.cpp,v 1.25 1999-10-14 12:30:01 sandervl Exp $ */
    22
    33/*
     
    10881088void OS2UnsetExceptionHandler(void *exceptframe)
    10891089{
    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);
    10941091}
    10951092
Note: See TracChangeset for help on using the changeset viewer.