Changeset 181 for sbliveos2/trunk/drv16


Ignore:
Timestamp:
May 9, 2001, 7:44:25 PM (24 years ago)
Author:
sandervl
Message:

compile fix

Location:
sbliveos2/trunk/drv16
Files:
2 edited

Legend:

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

    r178 r181  
    289289}
    290290
     291#pragma off (unreferenced)
    291292BOOL STREAM::SetProperty(int type, ULONG value, ULONG reserved)
     293#pragma on (unreferenced)
    292294{
    293295   switch(type) {
  • sbliveos2/trunk/drv16/waudio.hpp

    r142 r181  
    3232#include "audiohw.hpp"
    3333#include "irq.hpp"
     34
     35#include <daudio.h>
    3436
    3537// defines used to define the PCM, MULAW, and ALAW tables used by
     
    8385                               // WAUDIO Class.
    8486   virtual void DevCaps(PAUDIO_CAPS pCaps);
     87   virtual void DevCaps(LPDAUDIO_CAPS pCaps);
    8588                               // configure the device for an operation
    8689   virtual void ConfigDev(STREAM *stream, PWAVECONFIGINFO pConfigInfo);
Note: See TracChangeset for help on using the changeset viewer.