24 #ifndef __CAENDIGITIZER_H
25 #define __CAENDIGITIZER_H
33 #if !defined(CAEN_USE_DIGITIZERS) && !defined(IGNORE_DPP_DEPRECATED)
36 #define DPP_DEPRECATED(func) func __attribute__ ((deprecated))
37 #elif defined(_MSC_VER)
38 #define DPP_DEPRECATED(func) __declspec(deprecated) func
40 #pragma message("WARNING: DEPRECATED marking not supported on this compiler")
41 #define DPP_DEPRECATED(func) func
46 #define DPP_DEPRECATED(func) func