Ignore:
Timestamp:
Jul 11, 2010, 5:31:02 PM (15 years ago)
Author:
David Azarewicz
Message:

Debug output changes

File:
1 edited

Legend:

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

    r483 r507  
    6666        shdri.pBuffer = temp->pBuffptr;
    6767        shdri.ulStreamTime = GetCurrentTime();
    68                 //ddprintf(("Returning %lx Time=%lx", temp->pBuffptr, shdri.ulStreamTime));
     68                //dprintf(("Returning %lx Time=%lx", temp->pBuffptr, shdri.ulStreamTime));
     69                //dprintf(("Returning %lx", temp->pBuffptr));
    6970        pfnSHD(&shdri);
    7071        delete temp;
     
    174175ULONG STREAM::Register(PDDCMDREGISTER p)
    175176{
    176 //   ddprintf(("STREAM::Register"));
     177//   dprintf(("STREAM::Register"));
    177178   hstream             = p->hStream;
    178179   pfnSHD              = (PFN_SHD) p->pSHDEntryPoint;
Note: See TracChangeset for help on using the changeset viewer.