Cosmetic changes to winmm/wineoss/midi.c
-- Jeff S
_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail
Index: dlls/winmm/wineoss/midi.c =================================================================== RCS file: /home/wine/wine/dlls/winmm/wineoss/midi.c,v retrieving revision 1.30 diff -u -r1.30 midi.c --- dlls/winmm/wineoss/midi.c 20 Nov 2002 19:46:35 -0000 1.30 +++ dlls/winmm/wineoss/midi.c 11 Dec 2002 20:45:01 -0000 @@ -102,7 +102,7 @@ static int midiCloseSeq(void); /************************************************************************** - * unixToWindowsDeviceType [internal] + * MIDI_unixToWindowsDeviceType [internal] * * return the Windows equivalent to a Unix Device Type * @@ -432,6 +432,9 @@ */ /************************************************************************** * seqbuf_dump [internal] + * + * Used by SEQ_DUMPBUF to flush the buffer. + * */ void seqbuf_dump(void) { @@ -448,6 +451,9 @@ } } +/************************************************************************** + * midRecieveChar [internal] + */ static void midReceiveChar(WORD wDevID, unsigned char value, DWORD dwTime) { DWORD toSend = 0; @@ -1496,7 +1502,7 @@ return MMSYSERR_NOTENABLED; } - /* MS doc says taht dwFlags must be set to zero, but (kinda funny) MS mciseq drivers + /* MS doc says that dwFlags must be set to zero, but (kinda funny) MS mciseq drivers * asks to prepare MIDIHDR which dwFlags != 0. * So at least check for the inqueue flag */