Diff for /np2/macosx/cmmidi.cpp between versions 1.4 and 1.5

version 1.4, 2004/03/02 23:23:06 version 1.5, 2004/03/15 05:06:01
Line 697  cmcre_err1: Line 697  cmcre_err1:
   
 // ---- midiin callback  // ---- midiin callback
   
   #if 0
 static void midiinrecv(CMMIDI midi, const BYTE *data, UINT size) {  static void midiinrecv(CMMIDI midi, const BYTE *data, UINT size) {
   
         UINT    wpos;          UINT    wpos;
Line 715  static void midiinrecv(CMMIDI midi, cons Line 716  static void midiinrecv(CMMIDI midi, cons
         }          }
 }  }
   
 #if 0  
 void cmmidi_recvdata(MIDIEndpointRef hdr, UINT32 data) {  void cmmidi_recvdata(MIDIEndpointRef hdr, UINT32 data) {
   
         CMMIDI  midi;          CMMIDI  midi;

Removed from v.1.4  
changed lines
  Added in v.1.5


RetroPC.NET-CVS <cvs@retropc.net>