winejack: Re-added line which has been accidently deleted.
This commit is contained in:
parent
7f3b1daaf2
commit
a41bf52bb8
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue