Loading...
Searching...
No Matches
Go to the documentation of this file.
25#if defined(_WIN32) || defined(__CYGWIN__)
26# ifdef ICEBERG_HIVE_STATIC
27# define ICEBERG_HIVE_EXPORT
28# elif defined(ICEBERG_HIVE_EXPORTING)
29# define ICEBERG_HIVE_EXPORT __declspec(dllexport)
31# define ICEBERG_HIVE_EXPORT __declspec(dllimport)
34# ifndef ICEBERG_HIVE_EXPORT
35# define ICEBERG_HIVE_EXPORT __attribute__((visibility("default")))