Commit d1b2282a authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

wineoss: On non-OSS systems define MidiExit too.

parent 2c8aeb6d
......@@ -1678,9 +1678,17 @@ static DWORD modReset(WORD wDevID)
LRESULT OSS_MidiInit(void)
{
TRACE("()\n");
return FALSE;
}
LRESULT OSS_MidiExit(void)
{
TRACE("()\n");
return 0;
}
#endif /* HAVE_OSS_MIDI */
/*======================================================================*
......
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