17#ifndef AGXSENSOR_EXPORT_H
18#define AGXSENSOR_EXPORT_H
28#if AGX_DYNAMIC() && defined(_MSC_VER) || defined(__CYGWIN__) || defined(__MINGW32__) || defined( __BCPLUSPLUS__) || defined( __MWERKS__)
29# if defined( AGXSENSOR_LIBRARY_STATIC )
30# define AGXSENSOR_EXPORT
31# elif defined( AGXSENSOR_LIBRARY )
32# define AGXSENSOR_EXPORT __declspec(dllexport)
34# define AGXSENSOR_EXPORT __declspec(dllimport)
37# define AGXSENSOR_EXPORT
43 #define AGXSENSOR_EXPORT __attribute__ ((visibility("default")))
45 #define AGXSENSOR_EXPORT
#define DOXYGEN_END_INTERNAL_BLOCK()
#define DOXYGEN_START_INTERNAL_BLOCK()