Go to the documentation of this file.
4#if defined(_WIN32) && !defined(NODLL)
5#define V_IMPORT __declspec(dllimport)
6#define V_EXPORT __declspec(dllexport)
8#elif defined(__GNUC__) && __GNUC__ >= 4
9#define V_EXPORT __attribute__((visibility("default")))
10#define V_IMPORT V_EXPORT
16#if defined(vistle_util_EXPORTS)
17#define V_UTILEXPORT V_EXPORT
19#define V_UTILEXPORT V_IMPORT
22#if defined(vistle_util_mpi_EXPORTS)
23#define V_UTILMPIEXPORT V_EXPORT
25#define V_UTILMPIEXPORT V_IMPORT