Go to the documentation of this file. 2 #ifndef vtkogg_EXPORT_H 3 #define vtkogg_EXPORT_H 5 #ifdef OGG_STATIC_DEFINE 12 # define vtkogg_EXPORT __attribute__((visibility("default"))) 15 # define vtkogg_EXPORT __attribute__((visibility("default"))) 19 # ifndef OGG_NO_EXPORT 20 # define OGG_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef OGG_DEPRECATED 25 # define OGG_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef OGG_DEPRECATED_EXPORT 29 # define OGG_DEPRECATED_EXPORT vtkogg_EXPORT OGG_DEPRECATED 32 #ifndef OGG_DEPRECATED_NO_EXPORT 33 # define OGG_DEPRECATED_NO_EXPORT OGG_NO_EXPORT OGG_DEPRECATED 37 # ifndef OGG_NO_DEPRECATED 38 # define OGG_NO_DEPRECATED