Skip to content

Commit

Permalink
Fixed VB6 binding build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed May 28, 2022
1 parent 7f011d9 commit 857f4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ void Mix_UnlockAudio(void)
SDL_UnlockAudioDevice(audio_device);
}

int Mix_MasterVolume(int volume)
int MIXCALLCC Mix_MasterVolume(int volume)
{
int prev_volume = SDL_AtomicGet(&master_volume);
if (volume < 0) {
Expand Down

0 comments on commit 857f4dc

Please sign in to comment.