DETMON Pipeline Reference Manual  1.3.0
detmon_cpl_size.h
1 /*
2  * detmon_cpl_size.h
3  *
4  * Created on: Nov 23, 2011
5  * Author: amodigli
6  */
7 
8 #ifndef DETMON_CPL_SIZE_H_
9 #define DETMON_CPL_SIZE_H_
10 
11 #include <cpl.h>
12 #if defined CPL_VERSION_CODE && CPL_VERSION_CODE <= CPL_VERSION(5, 5, 0)
13 typedef int cpl_size; /* The type as is was up to CPL 5.3 */
14 #define CPL_SIZE_FORMAT "d"
15 #endif
16 
17 #endif /* DETMON_CPL_SIZE_H_ */