Changeset 7143 for trunk/src/wnaspi32/initwnaspi32.cpp
- Timestamp:
- Oct 20, 2001, 11:49:01 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wnaspi32/initwnaspi32.cpp
r7063 r7143 1 /* $Id: initwnaspi32.cpp,v 1. 1 2001-10-15 17:06:18 sandervlExp $1 /* $Id: initwnaspi32.cpp,v 1.2 2001-10-20 09:49:01 achimha Exp $ 2 2 * 3 3 * DLL entry point … … 53 53 aspi = new scsiObj(); 54 54 if(aspi == NULL) { 55 dprintf(("WNASPI32: LibMain; can't allocate aspi object!")); 56 return FALSE; 55 dprintf(("WNASPI32: LibMain; can't allocate aspi object! APIs will not work!")); 56 // @@@AH 20011020 we shouldn't prevent DLL loading in this case 57 // just make sure that all API calls fail 58 return TRUE; 57 59 } 58 60 if(aspi->init(65535) == FALSE)
Note:
See TracChangeset
for help on using the changeset viewer.