Ignore:
Timestamp:
Aug 11, 2000, 12:56:27 PM (25 years ago)
Author:
sandervl
Message:

Updates for fake system dll headers

File:
1 edited

Legend:

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

    r3059 r3993  
    1 /* $Id: windllpe2lx.cpp,v 1.7 2000-03-09 19:03:21 sandervl Exp $ */
     1/* $Id: windllpe2lx.cpp,v 1.8 2000-08-11 10:56:19 sandervl Exp $ */
    22
    33/*
     
    116116    else
    117117    {   /* process detach */
    118         if (pWinMod != NULL && !fFreeLibrary)
     118        if (pWinMod != NULL)
    119119            return 0;   /* don't unload (OS/2 dll unload bug) - see OS2.bugs in root dir. */
    120120    }
Note: See TracChangeset for help on using the changeset viewer.