Ignore:
Timestamp:
Nov 22, 1999, 9:35:52 PM (26 years ago)
Author:
sandervl
Message:

Rewrite of PE loader code, EB's fixes + VirtualProtect bugfix

File:
1 edited

Legend:

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

    r1708 r1811  
    1 /* $Id: wprocess.cpp,v 1.49 1999-11-11 19:10:09 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.50 1999-11-22 20:35:52 sandervl Exp $ */
    22
    33/*
     
    265265  SetOS2ExceptionChain(-1);
    266266
     267  Win32DllExitList(0);
     268 
     269  //Note: Needs to be done after Win32DllExitList (destruction of exe + dll objects)
    267270  //Flush and delete all open memory mapped files
    268271  Win32MemMap::deleteAll();
    269 
    270   Win32DllExitList(0);
    271272
    272273  //Restore original OS/2 TIB selector
Note: See TracChangeset for help on using the changeset viewer.