winecoreaudio: Fix declaration of CoreAudio_MIDIRelease to match definition.

oldstable
Ken Thomases 2009-10-11 14:13:42 -05:00 committed by Alexandre Julliard
parent ef87a050c6
commit c67f4cd565
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ extern LONG CoreAudio_WaveInit(void);
extern void CoreAudio_WaveRelease(void);
extern LONG CoreAudio_MIDIInit(void);
extern void CoreAudio_MIDIRelease(void);
extern LONG CoreAudio_MIDIRelease(void);
extern LONG CoreAudio_MixerInit(void);
extern void CoreAudio_MixerRelease(void);