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

remove beep call, remove all int3 for release versions

File:
1 edited

Legend:

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

    r473 r478  
    176176   ULONG space, Buff_left, byteswritten;
    177177
    178     dprintf(("DW::AddBuffers"));
     178//    dprintf(("DW::AddBuffers"));
    179179    if (!pTemp) pTemp = (PSTREAMBUFFER)qhInProcess.Tail();
    180180
     
    218218     WAVESTREAM::AddBuffers(fFirst);
    219219   }
    220     dprintf(("DW::AddBuffers End"));
     220//    dprintf(("DW::AddBuffers End"));
    221221}
    222222//*****************************************************************************
     
    279279   WAVESTREAM(streamtype, pinit, filesysnum, mixerStreamId), fError(FALSE), hCtxHook(0), hSem(0)
    280280{
     281    dprintf(("DWS::DWS Init"));
    281282    if (DevHelp_AllocateCtxHook((NPFN)HookHandlerAsm, &hCtxHook))
    282283    {
Note: See TracChangeset for help on using the changeset viewer.