Go to the documentation of this file. 2 #ifndef VTKIOOGGTHEORA_EXPORT_H 3 #define VTKIOOGGTHEORA_EXPORT_H 5 #ifdef VTKIOOGGTHEORA_STATIC_DEFINE 6 # define VTKIOOGGTHEORA_EXPORT 7 # define VTKIOOGGTHEORA_NO_EXPORT 9 # ifndef VTKIOOGGTHEORA_EXPORT 10 # ifdef IOOggTheora_EXPORTS 12 # define VTKIOOGGTHEORA_EXPORT __attribute__((visibility("default"))) 15 # define VTKIOOGGTHEORA_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKIOOGGTHEORA_NO_EXPORT 20 # define VTKIOOGGTHEORA_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKIOOGGTHEORA_DEPRECATED 25 # define VTKIOOGGTHEORA_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKIOOGGTHEORA_DEPRECATED_EXPORT 29 # define VTKIOOGGTHEORA_DEPRECATED_EXPORT VTKIOOGGTHEORA_EXPORT VTKIOOGGTHEORA_DEPRECATED 32 #ifndef VTKIOOGGTHEORA_DEPRECATED_NO_EXPORT 33 # define VTKIOOGGTHEORA_DEPRECATED_NO_EXPORT VTKIOOGGTHEORA_NO_EXPORT VTKIOOGGTHEORA_DEPRECATED 37 # ifndef VTKIOOGGTHEORA_NO_DEPRECATED 38 # define VTKIOOGGTHEORA_NO_DEPRECATED