Changeset 5436 for trunk/src


Ignore:
Timestamp:
Apr 2, 2001, 11:52:26 AM (24 years ago)
Author:
sandervl
Message:

MN: import from exe fix

File:
1 edited

Legend:

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

    r5408 r5436  
    1 /* $Id: winimagepeldr.cpp,v 1.71 2001-03-30 23:59:09 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.72 2001-04-02 09:52:26 sandervl Exp $ */
    22
    33/*
     
    15641564 int    Size;
    15651565 Win32DllBase    *WinDll;
    1566  Win32ImageBase  *WinImage;
     1566 Win32ImageBase  *WinImage = NULL;
    15671567 Section *section;
    15681568
     
    17101710        WinImage = (Win32ImageBase *)WinDll;
    17111711    }
    1712     else {
     1712    else
     1713    if(WinImage == NULL) {
    17131714        dprintf((LOG, "Unable to load dll %s", pszCurModule ));
    17141715        return FALSE;
Note: See TracChangeset for help on using the changeset viewer.