Loading...
Searching...
No Matches
37#ifndef Alembic_Util_Export_h
38#define Alembic_Util_Export_h
40#if defined(ALEMBIC_DLL)
41 #if defined(ALEMBIC_EXPORTS)
42 #define ALEMBIC_EXPORT __declspec(dllexport)
44 #define ALEMBIC_EXPORT __declspec(dllimport)
47 #if defined _WIN32 || defined _WIN64
48 #define ALEMBIC_EXPORT
50 #define ALEMBIC_EXPORT __attribute__ ((visibility ("default")))