Changeset 259
- Timestamp:
- Oct 14, 2007, 11:58:27 PM (18 years ago)
- Location:
- OCO/trunk/drv16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/init.cpp
r258 r259 88 88 extern BOOL fNoHardware; 89 89 90 PWAVEPLAY pWavePlay = NULL; 91 90 92 //***************************************************************************** 91 93 // … … 197 199 current_device = 0; 198 200 // Build the Wave Playback Hardware object 199 PWAVEPLAYpWavePlay = new WAVEPLAY(current_device);201 pWavePlay = new WAVEPLAY(current_device); 200 202 new WAVEREC(current_device); 201 203 -
OCO/trunk/drv16/ossidc16.cpp
r258 r259 44 44 //Used to call into the 32 bits OSS driver 45 45 static OSSRET CallOSS32(USHORT cmd, IDC32_PACKET FAR *pIDCPacket); 46 47 extern PWAVEPLAY pWavePlay; 46 48 47 49 //****************************************************************************** … … 672 674 dprintf(("IDC16_CLOSE_UNI16")); 673 675 #endif 674 //pWavePlay->Close(0);676 pWavePlay->Close(0); 675 677 //WAVEAUDIO::WavePlayClose(); 676 678 break;
Note:
See TracChangeset
for help on using the changeset viewer.