Changeset 258


Ignore:
Timestamp:
Oct 14, 2007, 9:24:35 PM (18 years ago)
Author:
Brendan Oakley
Message:

Uniaud16 Release now builds without warnings

Location:
OCO/trunk/drv16
Files:
3 edited

Legend:

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

    r241 r258  
    197197    current_device = 0;
    198198    // Build the Wave Playback Hardware object
    199     pWavePlay = new WAVEPLAY(current_device);
     199    PWAVEPLAY pWavePlay = new WAVEPLAY(current_device);
    200200    new WAVEREC(current_device);
    201201
  • OCO/trunk/drv16/ossidc16.cpp

    r221 r258  
    669669        {
    670670            force_closed = 1;
    671             pWavePlay->Close(0);
     671#ifdef DEBUG
     672            dprintf(("IDC16_CLOSE_UNI16"));
     673#endif
     674            //pWavePlay->Close(0);
    672675            //WAVEAUDIO::WavePlayClose();
    673676            break;
  • OCO/trunk/drv16/wavehw.hpp

    r252 r258  
    5353typedef WAVEPLAY *PWAVEPLAY;
    5454
    55 PWAVEPLAY pWavePlay = NULL;
    56 
    5755class WAVEREC : public WAVEAUDIO {
    5856public:
Note: See TracChangeset for help on using the changeset viewer.