- Timestamp:
 - Oct 26, 2001, 9:50:06 PM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/wnaspi32/initwnaspi32.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/wnaspi32/initwnaspi32.cpp
r7143 r7225 1 /* $Id: initwnaspi32.cpp,v 1. 2 2001-10-20 09:49:01achimha Exp $1 /* $Id: initwnaspi32.cpp,v 1.3 2001-10-26 19:50:06 achimha Exp $ 2 2 * 3 3 * DLL entry point … … 63 63 aspi = NULL; 64 64 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; 66 68 } 67 69 dprintf(("WNASPI32: LibMain; aspi object created successfully"));  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  