Ignore:
Timestamp:
Feb 28, 2003, 5:20:57 PM (22 years ago)
Author:
sandervl
Message:

ExitProcess: don't remove our exception handler too early

File:
1 edited

Legend:

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

    r9878 r9882  
    1 /* $Id: wprocess.cpp,v 1.183 2003-02-28 11:32:28 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.184 2003-02-28 16:20:57 sandervl Exp $ */
    22
    33/*
     
    510510    fExitProcess = TRUE;
    511511
    512     SetOS2ExceptionChain(-1);
    513 
    514512    HMDeviceCommClass::CloseOverlappedIOHandlers();
    515513
     
    586584
    587585    SetLastError(ERROR_SUCCESS);
    588     //SvL: Ignore FreeLibary for executable
     586    //Ignore FreeLibary for executable
    589587    if(WinExe && hinstance == WinExe->getInstanceHandle()) {
    590588        return TRUE;
Note: See TracChangeset for help on using the changeset viewer.