winejack: Re-added line which has been accidently deleted.

oldstable
Matthias Derer 2008-04-21 20:47:05 +02:00 committed by Alexandre Julliard
parent 7f3b1daaf2
commit a41bf52bb8
1 changed files with 1 additions and 0 deletions

View File

@ -1307,6 +1307,7 @@ static DWORD wodOpen(WORD wDevID, LPWAVEOPENDESC lpDesc, DWORD dwFlags)
dwFlags &= ~WAVE_DIRECTSOUND; /* direct sound not supported, ignore the flag */
wwo->wFlags = HIWORD(dwFlags & CALLBACK_TYPEMASK);
wwo->waveDesc = *lpDesc;
memcpy(&wwo->format, lpDesc->lpFormat, sizeof(PCMWAVEFORMAT));