Changeset 9003 for trunk/src/winmm/waveoutdart.cpp
- Timestamp:
- Aug 14, 2002, 7:37:55 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/waveoutdart.cpp
r8955 r9003 1 /* $Id: waveoutdart.cpp,v 1.1 2 2002-08-01 16:06:43sandervl Exp $ */1 /* $Id: waveoutdart.cpp,v 1.13 2002-08-14 17:37:55 sandervl Exp $ */ 2 2 3 3 /* … … 632 632 // MCI_MIXSETUP_PARMS->pMixWrite does alter FS: selector! 633 633 USHORT selTIB = RestoreOS2FS(); // save current FS selector 634 MixSetupParms->pmixWrite(MixSetupParms->ulMixHandle, &MixBuffer[cur PlayBuf], 1);634 MixSetupParms->pmixWrite(MixSetupParms->ulMixHandle, &MixBuffer[curFillBuf], 1); 635 635 SetFS(selTIB); // switch back to the saved FS selector 636 636
Note:
See TracChangeset
for help on using the changeset viewer.