Go to the documentation of this file.
44 #if defined _WIN32 || defined __CYGWIN__
45 #if defined GRAPHITE2_STATIC
47 #elif defined GRAPHITE2_EXPORTING
49 #define GR2_API __attribute__((dllexport))
51 #define GR2_API __declspec(dllexport)
55 #define GR2_API __attribute__((dllimport))
57 #define GR2_API __declspec(dllimport)
62 #if defined GRAPHITE2_STATIC
63 #define GR2_API __attribute__ ((visibility("hidden")))
65 #define GR2_API __attribute__ ((visibility("default")))
67 #define GR2_LOCAL __attribute__ ((visibility("hidden")))