17#ifndef AGXCORE_EXPORT_H
18#define AGXCORE_EXPORT_H
26#if defined(_WIN32) && !defined(CALLABLE_GENERATOR)
28#if AGX_DYNAMIC() && defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__)
29# if defined( AGXCORE_LIBRARY_STATIC )
30# define AGXCORE_EXPORT
31# elif defined( AGXCORE_LIBRARY )
32# define AGXCORE_EXPORT __declspec(dllexport)
34# define AGXCORE_EXPORT __declspec(dllimport)
37# define AGXCORE_EXPORT
40#elif defined(CALLABLE_GENERATOR)
41 #define AGXCORE_EXPORT
45 #define AGXCORE_EXPORT __attribute__ ((visibility("default")))
47 #define AGXCORE_EXPORT
#define DOXYGEN_END_INTERNAL_BLOCK()
#define DOXYGEN_START_INTERNAL_BLOCK()