midi_cplupgrade.h

00001 /*
00002  * midi_cplupgrade.h
00003  *
00004  *  Created on: Nov 21, 2011
00005  *      Author: agabasch
00006  */
00007 
00008 #ifndef MIDI_CPLUPGRADE_H_
00009 #define MIDI_CPLUPGRADE_H_
00010 
00011 #if defined CPL_VERSION_CODE && CPL_VERSION_CODE <= CPL_VERSION(5, 5, 0)
00012 typedef int cpl_size; /* The type as is was up to CPL 5.3 */
00013 #define CPL_SIZE_FORMAT "d"
00014 #endif
00015 
00016 
00017 #endif /* MIDI_CPLUPGRADE_H_ */

Generated on 15 Mar 2012 for MIDI Pipeline Reference Manual by  doxygen 1.6.1