Go to the documentation of this file.
21#ifndef mia_gsldefines_hh
22#define mia_gsldefines_hh
25# define DO_EXPORT __declspec(dllexport)
26# define DO_IMPORT __declspec(dllimport)
27#elif defined(__GNUC__)
28# define DO_EXPORT __attribute__((visibility("default")))
29# define DO_IMPORT __attribute__((visibility("default")))
36#define EXPORT_GSL DO_EXPORT
38#define EXPORT_GSL DO_IMPORT