Ignore:
Timestamp:
Apr 15, 2011, 2:57:02 AM (14 years ago)
Author:
dmik
Message:

kernel32: Removed the dirty hack that would reset the exception handler chain before calling DosExit(). This prevented exception handlers in the chain from being called at thread termination and performing the necessary cleanup which is sometimes vital (like releasing locked resources etc).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptutil.h

    r9913 r21619  
    2424void  OS2SetExceptionHandler(void *exceptframe);
    2525void  OS2UnsetExceptionHandler(void *exceptframe);
    26 void  SetOS2ExceptionChain(ULONG val);
    2726
    2827#ifdef DEBUG
Note: See TracChangeset for help on using the changeset viewer.