Ignore:
Timestamp:
Apr 9, 2010, 11:08:21 PM (16 years ago)
Author:
pasha
Message:

remove beep call, remove all int3 for release versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/wavestrm.cpp

    r474 r478  
    378378                }
    379379            }
    380             if ((pahw->GetSpace(StreamId, &_configinfo, &space) != FALSE) && (space > _configinfo.ulBytesPerIRQ/_configinfo.ulSampleSize )
     380            if ((pahw->GetSpace(StreamId, &_configinfo, &space) != FALSE)
    381381               && qhInProcess.IsElements())
    382382            {
     
    700700{
    701701#ifdef DEBUG
    702 //    dprintf(("WAVESTREAM::WAVESTREAM"));
     702    dprintf(("WS::WS:S"));
    703703#endif
    704704    // get the pointer to the hardware object
Note: See TracChangeset for help on using the changeset viewer.