mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 17:55:37 +00:00
Merge pull request #178 from capr/master
typo? (failed to compile with mingw64 with std=c11)
This commit is contained in:
commit
7c53dabc6e
|
@ -1386,7 +1386,7 @@ static int outstream_do_open(struct SoundIoPrivate *si, struct SoundIoOutStreamP
|
|||
return SoundIoErrorOpeningDevice;
|
||||
}
|
||||
|
||||
if (FAILED(hr = IAudioClient_GetService(osw->audio_client, IID_ISimpleAudioVolume,
|
||||
if (FAILED(hr = IAudioClient_GetService(osw->audio_client, IID_ISIMPLEAUDIOVOLUME,
|
||||
(void **)&osw->audio_volume_control)))
|
||||
{
|
||||
return SoundIoErrorOpeningDevice;
|
||||
|
|
Loading…
Reference in a new issue