Ignore:
Timestamp:
Oct 14, 2007, 11:58:27 PM (18 years ago)
Author:
Brendan Oakley
Message:

Improved fix of uniaud16 linker warning

File:
1 edited

Legend:

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

    r258 r259  
    4444//Used to call into the 32 bits OSS driver
    4545static OSSRET CallOSS32(USHORT cmd, IDC32_PACKET FAR *pIDCPacket);
     46
     47extern PWAVEPLAY pWavePlay;
    4648
    4749//******************************************************************************
     
    672674            dprintf(("IDC16_CLOSE_UNI16"));
    673675#endif
    674             //pWavePlay->Close(0);
     676            pWavePlay->Close(0);
    675677            //WAVEAUDIO::WavePlayClose();
    676678            break;
Note: See TracChangeset for help on using the changeset viewer.