Ignore:
Timestamp:
Oct 26, 2001, 9:50:06 PM (24 years ago)
Author:
achimha
Message:

don't fail DLL loading in case ASPI init fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wnaspi32/initwnaspi32.cpp

    r7143 r7225  
    1 /* $Id: initwnaspi32.cpp,v 1.2 2001-10-20 09:49:01 achimha Exp $
     1/* $Id: initwnaspi32.cpp,v 1.3 2001-10-26 19:50:06 achimha Exp $
    22 *
    33 * DLL entry point
     
    6363           aspi = NULL;
    6464           dprintf(("WNASPI32: LibMain; can't init aspi object!"));
    65            return FALSE;
     65           // @@@20011026 and also in this case we shouldn't prevent DLL loading...
     66           return TRUE;
     67           // return FALSE;
    6668       }
    6769       dprintf(("WNASPI32: LibMain; aspi object created successfully"));
Note: See TracChangeset for help on using the changeset viewer.