Ignore:
Timestamp:
Mar 23, 2001, 6:14:13 PM (24 years ago)
Author:
sandervl
Message:

Updates + fixes for DirectAudio interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/drv16/strmbuff.hpp

    r167 r168  
    4848{
    4949public:
    50     STREAMBUFFEREX(ULONG bufsize, PSTREAMBUF bufptr, ULONG linLock, PULONG pLock):
     50    STREAMBUFFEREX(ULONG bufsize, PSTREAMBUF bufptr):
    5151    STREAMBUFFER(bufsize, bufptr), fDone(FALSE)
    5252    {
    53        this->linLock = linLock;
    54        this->pLock = pLock;
    5553    };
    5654
     55    ULONG  lock[3];     //lock handle
    5756    ULONG  linLock;
    58     PULONG pLock;
    5957    BOOL   fDone;
    6058
Note: See TracChangeset for help on using the changeset viewer.