Ignore:
Timestamp:
Dec 13, 1999, 10:07:40 PM (26 years ago)
Author:
sandervl
Message:

dll unload fix

File:
1 edited

Legend:

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

    r1844 r2069  
    1 /* $Id: windlllx.cpp,v 1.5 1999-11-26 00:05:19 sandervl Exp $ */
     1/* $Id: windlllx.cpp,v 1.6 1999-12-13 21:07:40 sandervl Exp $ */
    22
    33/*
     
    99 * TODO: Unloading of dlls probably needs to be fixed due to OS/2 bug
    1010 *       (wrong unload order of dlls)
     11 * TODO: Unloading of system dlls is not correct for the PE loader
     12 *       (they're always put at the head of the list even though there
     13 *        might be a dependency with a win32 dll)
    1114 *
    1215 * Project Odin Software License can be found in LICENSE.TXT
Note: See TracChangeset for help on using the changeset viewer.