Go to the documentation of this file. 2 #ifndef vtklibproj_EXPORT_H 3 #define vtklibproj_EXPORT_H 5 #ifdef LIBPROJ_STATIC_DEFINE 6 # define vtklibproj_EXPORT 7 # define LIBPROJ_NO_EXPORT 9 # ifndef vtklibproj_EXPORT 10 # ifdef libproj_EXPORTS 12 # define vtklibproj_EXPORT __attribute__((visibility("default"))) 15 # define vtklibproj_EXPORT __attribute__((visibility("default"))) 19 # ifndef LIBPROJ_NO_EXPORT 20 # define LIBPROJ_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef LIBPROJ_DEPRECATED 25 # define LIBPROJ_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef LIBPROJ_DEPRECATED_EXPORT 29 # define LIBPROJ_DEPRECATED_EXPORT vtklibproj_EXPORT LIBPROJ_DEPRECATED 32 #ifndef LIBPROJ_DEPRECATED_NO_EXPORT 33 # define LIBPROJ_DEPRECATED_NO_EXPORT LIBPROJ_NO_EXPORT LIBPROJ_DEPRECATED 37 # ifndef LIBPROJ_NO_DEPRECATED 38 # define LIBPROJ_NO_DEPRECATED