View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

export.h
Go to the documentation of this file.
1#ifndef VISTLE_CORE_EXPORT_H
2#define VISTLE_CORE_EXPORT_H
3
4#include <vistle/util/export.h>
5
6#if defined(vistle_core_EXPORTS)
7#define V_COREEXPORT V_EXPORT
8#else
9#define V_COREEXPORT V_IMPORT
10#endif
11
12#endif