Go to the documentation of this file.
19 #ifndef DLLEXPORT_OST_BASE_HH
20 #define DLLEXPORT_OST_BASE_HH
24 # define DLLEXPORT __attribute__ ((visibility("default")))
26 # define TEMPLATE_EXPORT DLLEXPORT
27 # define TEMPLATE_DEF_EXPORT
31 # define DLLEXPORT __declspec(dllexport)
32 # define DLLIMPORT __declspec(dllimport)
33 # define TEMPLATE_EXPORT
34 # define TEMPLATE_DEF_EXPORT DLLEXPORT