MIDI Pipeline Reference Manual
2.8.3
Main Page
Modules
Files
File List
midi
midi_cplupgrade.h
1
/*
2
* midi_cplupgrade.h
3
*
4
* Created on: Nov 21, 2011
5
* Author: agabasch
6
*/
7
8
#ifndef MIDI_CPLUPGRADE_H_
9
#define MIDI_CPLUPGRADE_H_
10
11
#if defined CPL_VERSION_CODE && CPL_VERSION_CODE <= CPL_VERSION(5, 5, 0)
12
typedef
int
cpl_size;
/* The type as is was up to CPL 5.3 */
13
#define CPL_SIZE_FORMAT "d"
14
#endif
15
16
17
#endif
/* MIDI_CPLUPGRADE_H_ */
Generated by
1.8.1.1