Ignore:
Timestamp:
Aug 23, 1999, 7:04:14 PM (26 years ago)
Author:
sandervl
Message:

Dll load order bugfix

File:
1 edited

Legend:

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

    r646 r651  
    1 /* $Id: winimage.cpp,v 1.14 1999-08-23 13:54:43 sandervl Exp $ */
     1/* $Id: winimage.cpp,v 1.15 1999-08-23 17:02:35 sandervl Exp $ */
    22
    33/*
     
    8989        sprintf(logname, "pe_%d.log", loadNr);
    9090        fout.open(logname, ios::out | ios::trunc);
    91         dprintf(("PE LOGFILE for %s: %s (rc=%d)", szModule, logname));
     91        dprintf(("PE LOGFILE for %s: %s", szModule, logname));
    9292        foutInit = TRUE;
    9393  }
     
    11321132    if(WinDll == NULL)
    11331133    {  //not found, so load it
    1134         WinDll = new Win32Dll(pszCurModule);
     1134        WinDll = new Win32Dll(pszCurModule, this);
    11351135
    11361136        if(WinDll == NULL) {
Note: See TracChangeset for help on using the changeset viewer.