#ifndef ITKIOPhilipsREC_EXPORT_H #define ITKIOPhilipsREC_EXPORT_H #ifdef ITK_STATIC # define ITKIOPhilipsREC_EXPORT # define ITKIOPhilipsREC_HIDDEN #else # ifndef ITKIOPhilipsREC_EXPORT # ifdef ITKIOPhilipsREC_EXPORTS /* We are building this library */ # define ITKIOPhilipsREC_EXPORT __attribute__((visibility("default"))) # else /* We are using this library */ # define ITKIOPhilipsREC_EXPORT __attribute__((visibility("default"))) # endif # endif # ifndef ITKIOPhilipsREC_HIDDEN # define ITKIOPhilipsREC_HIDDEN __attribute__((visibility("hidden"))) # endif #endif #ifndef ITKIOPHILIPSREC_DEPRECATED # define ITKIOPHILIPSREC_DEPRECATED __attribute__ ((__deprecated__)) #endif #ifndef ITKIOPHILIPSREC_DEPRECATED_EXPORT # define ITKIOPHILIPSREC_DEPRECATED_EXPORT ITKIOPhilipsREC_EXPORT ITKIOPHILIPSREC_DEPRECATED #endif #ifndef ITKIOPHILIPSREC_DEPRECATED_NO_EXPORT # define ITKIOPHILIPSREC_DEPRECATED_NO_EXPORT ITKIOPhilipsREC_HIDDEN ITKIOPHILIPSREC_DEPRECATED #endif /* NOLINTNEXTLINE(readability-avoid-unconditional-preprocessor-if) */ #if 0 /* DEFINE_NO_DEPRECATED */ # ifndef ITKIOPHILIPSREC_NO_DEPRECATED # define ITKIOPHILIPSREC_NO_DEPRECATED # endif #endif #endif /* ITKIOPhilipsREC_EXPORT_H */