- Timestamp:
- Dec 16, 2000, 4:42:42 PM (25 years ago)
- Location:
- trunk/src/wnaspi32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wnaspi32/aspilib.cpp
r4265 r4801 1 /* $Id: aspilib.cpp,v 1. 5 2000-09-15 13:25:46sandervl Exp $ */1 /* $Id: aspilib.cpp,v 1.6 2000-12-16 15:42:41 sandervl Exp $ */ 2 2 /* 3 3 * ASPI Router Library … … 32 32 //* * 33 33 //*************************************************************************** 34 scsiObj::scsiObj() : buffer(NULL), hmtxDriver(0) 34 scsiObj::scsiObj() : buffer(NULL), hmtxDriver(0), postSema(0) 35 35 { 36 36 memset(&SRBlock, 0, sizeof(SRBlock)); … … 476 476 APIRET rc; 477 477 478 if( !fWait) {478 if(fWait) { 479 479 rc = DosRequestMutexSem((HMTX) hmtxDriver, SEM_INDEFINITE_WAIT); 480 480 } -
trunk/src/wnaspi32/winaspi32.cpp
r4391 r4801 1 /* $Id: winaspi32.cpp,v 1.1 1 2000-10-02 19:03:19sandervl Exp $ */1 /* $Id: winaspi32.cpp,v 1.12 2000-12-16 15:42:42 sandervl Exp $ */ 2 2 /* 3 3 * WNASPI routines … … 466 466 else 467 467 { 468 dprintf(("Unable to access aspi!!")); 468 469 dwRC = SS_NO_ASPI; 469 470 }
Note:
See TracChangeset
for help on using the changeset viewer.