Changeset 478 for OCO/trunk/drv16/dwavestrm.cpp
- Timestamp:
- Apr 9, 2010, 11:08:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/dwavestrm.cpp
r473 r478 176 176 ULONG space, Buff_left, byteswritten; 177 177 178 dprintf(("DW::AddBuffers"));178 // dprintf(("DW::AddBuffers")); 179 179 if (!pTemp) pTemp = (PSTREAMBUFFER)qhInProcess.Tail(); 180 180 … … 218 218 WAVESTREAM::AddBuffers(fFirst); 219 219 } 220 dprintf(("DW::AddBuffers End"));220 // dprintf(("DW::AddBuffers End")); 221 221 } 222 222 //***************************************************************************** … … 279 279 WAVESTREAM(streamtype, pinit, filesysnum, mixerStreamId), fError(FALSE), hCtxHook(0), hSem(0) 280 280 { 281 dprintf(("DWS::DWS Init")); 281 282 if (DevHelp_AllocateCtxHook((NPFN)HookHandlerAsm, &hCtxHook)) 282 283 {
Note:
See TracChangeset
for help on using the changeset viewer.