Commit c67f4cd5 authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winecoreaudio: Fix declaration of CoreAudio_MIDIRelease to match definition.

parent ef87a050
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment