
Go to the documentation of this file. 2 #ifndef VTKTHEORA_EXPORT_H 3 #define VTKTHEORA_EXPORT_H 5 #ifdef THEORA_STATIC_DEFINE 6 # define VTKTHEORA_EXPORT 7 # define THEORA_NO_EXPORT 9 # ifndef VTKTHEORA_EXPORT 10 # ifdef theora_EXPORTS 12 # define VTKTHEORA_EXPORT __attribute__((visibility("default"))) 15 # define VTKTHEORA_EXPORT __attribute__((visibility("default"))) 19 # ifndef THEORA_NO_EXPORT 20 # define THEORA_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef THEORA_DEPRECATED 25 # define THEORA_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef THEORA_DEPRECATED_EXPORT 29 # define THEORA_DEPRECATED_EXPORT VTKTHEORA_EXPORT THEORA_DEPRECATED 32 #ifndef THEORA_DEPRECATED_NO_EXPORT 33 # define THEORA_DEPRECATED_NO_EXPORT THEORA_NO_EXPORT THEORA_DEPRECATED 37 # ifndef THEORA_NO_DEPRECATED 38 # define THEORA_NO_DEPRECATED