Ignore:
Timestamp:
Jun 4, 2002, 7:36:56 PM (23 years ago)
Author:
sandervl
Message:

Updates for wave playback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/waveout.cpp

    r8508 r8568  
    1 /* $Id: waveout.cpp,v 1.24 2002-05-28 14:09:25 sandervl Exp $ */
     1/* $Id: waveout.cpp,v 1.25 2002-06-04 17:36:55 sandervl Exp $ */
    22//#undef DEBUG
    33/*
     
    153153
    154154    if(WaveOut::find(dwave) == TRUE)
    155          return(dwave->restart());
     155         return(dwave->resume());
    156156    else return(MMSYSERR_INVALHANDLE);
    157157}
Note: See TracChangeset for help on using the changeset viewer.