We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5de12d commit dd2f40bCopy full SHA for dd2f40b
src/dapi/src/nt/playaud.c
@@ -5934,7 +5934,7 @@ static MMRESULT OpenWaveOutputDevice( HPLAY_AUDIO_T pPlayAudio )
5934
mmStatus = waveOutOpen( &(pPlayAudio->hWaveOut),
5935
pPlayAudio->uiSelectedDeviceID,
5936
(LPWAVEFORMATEX)pWaveFormat,
5937
- (DWORD)WaveOutCallbackRoutine,
+ WaveOutCallbackRoutine,
5938
(DWORD)pPlayAudio,
5939
dwOpenFlags ))
5940
#endif
@@ -5997,7 +5997,7 @@ static MMRESULT OpenWaveOutputDevice( HPLAY_AUDIO_T pPlayAudio )
5997
5998
5999
6000
6001
6002
6003
0 commit comments