Ignore:
Timestamp:
Apr 19, 2001, 10:32:49 AM (24 years ago)
Author:
sandervl
Message:

fail properly when dll can't be loaded

File:
1 edited

Legend:

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

    r5448 r5545  
    1 /* $Id: winimagepeldr.cpp,v 1.73 2001-04-02 22:51:58 sandervl Exp $ */
     1/* $Id: winimagepeldr.cpp,v 1.74 2001-04-19 08:32:49 sandervl Exp $ */
    22
    33/*
     
    16941694        else {
    16951695             WinDll = loadDll(pszCurModule);
     1696             if(WinDll == NULL) {
     1697                 return FALSE;
     1698             }
    16961699        }
    16971700    }
Note: See TracChangeset for help on using the changeset viewer.