Ignore:
Timestamp:
Feb 24, 2000, 8:17:51 PM (25 years ago)
Author:
sandervl
Message:

extra logging for freelibrary

File:
1 edited

Legend:

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

    r2803 r2880  
    1 /* $Id: wprocess.cpp,v 1.68 2000-02-16 14:25:46 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.69 2000-02-24 19:17:51 sandervl Exp $ */
    22
    33/*
     
    388388 BOOL rc;
    389389
    390   dprintf(("FreeLibrary"));
    391390  winmod = Win32DllBase::findModule(hinstance);
    392391  if(winmod) {
     392        dprintf(("FreeLibrary %s", winmod->getName()));
    393393        winmod->Release();
    394394        return(TRUE);
Note: See TracChangeset for help on using the changeset viewer.