Ignore:
Timestamp:
Oct 21, 1999, 2:18:47 PM (26 years ago)
Author:
sandervl
Message:

lx dll load fix (addref call missing)

File:
1 edited

Legend:

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

    r978 r1390  
    1 /* $Id: windlllx.cpp,v 1.2 1999-09-18 17:47:10 sandervl Exp $ */
     1/* $Id: windlllx.cpp,v 1.3 1999-10-21 12:18:47 sandervl Exp $ */
    22
    33/*
     
    5252        return FALSE;
    5353   }
     54   windll->AddRef();
    5455   return windll->attachProcess();
    5556}
Note: See TracChangeset for help on using the changeset viewer.