Ignore:
Timestamp:
Mar 19, 2001, 8:27:14 PM (24 years ago)
Author:
sandervl
Message:

pe loader fix (graceful failure when unable to find dll) + several small changes

File:
1 edited

Legend:

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

    r5303 r5332  
    1 /* $Id: winimagepeldr.cpp,v 1.69 2001-03-12 14:16:33 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.70 2001-03-19 19:27:13 sandervl Exp $ */
    22
    33/*
     
    16961696        WinImage = (Win32ImageBase *)WinDll;
    16971697    }
     1698    else {
     1699        dprintf((LOG, "Unable to load dll %s", pszCurModule ));
     1700        return FALSE;
     1701    }
    16981702
    16991703    pulImport  = (PULONG)((ULONG)pulImport + (ULONG)win32file);
Note: See TracChangeset for help on using the changeset viewer.