17#ifndef AGXPHYSICS_EXPORT_H
18#define AGXPHYSICS_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( AGXPHYSICS_LIBRARY_STATIC )
30# define AGXPHYSICS_EXPORT
31# elif defined( AGXPHYSICS_LIBRARY )
32# define AGXPHYSICS_EXPORT __declspec(dllexport)
34# define AGXPHYSICS_EXPORT __declspec(dllimport)
37# define AGXPHYSICS_EXPORT
40#elif defined(CALLABLE_GENERATOR)
41 #define AGXPHYSICS_EXPORT
45 #define AGXPHYSICS_EXPORT __attribute__ ((visibility("default")))
47 #define AGXPHYSICS_EXPORT
#define DOXYGEN_END_INTERNAL_BLOCK()
#define DOXYGEN_START_INTERNAL_BLOCK()