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