Go to the documentation of this file.
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)
46 #define ALEMBIC_EXPORT_CONST
48 #if defined _WIN32 || defined _WIN64
49 #define ALEMBIC_EXPORT
51 #define ALEMBIC_EXPORT __attribute__ ((visibility ("default")))
53 #define ALEMBIC_EXPORT_CONST const