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