Skip to content

Commit

Permalink
Przywrócenie działania waveOut
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskier committed Dec 28, 2011
1 parent 245e31e commit f33052f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Core/sound_win.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ Sound_Initialise(

if( !s_hWaveOut )
{
mmResult = waveOutOpen( &s_hWaveOut, 2, &s_wfxWaveFormat, 0, 0, CALLBACK_NULL );
mmResult = waveOutOpen( &s_hWaveOut, WAVE_MAPPER, &s_wfxWaveFormat, 0, 0, CALLBACK_NULL );
if( mmResult != MMSYSERR_NOERROR )
{
ServeMMError( IDS_MMERR_OPEN, mmResult, FALSE );
Expand Down

0 comments on commit f33052f

Please sign in to comment.