View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

export.h
Go to the documentation of this file.
1#ifndef VISTLE_RHR_EXPORT_H
2#define VISTLE_RHR_EXPORT_H
3
5
6#if defined(vistle_rhr_EXPORTS)
7#define V_RHREXPORT V_EXPORT
8#else
9#define V_RHREXPORT V_IMPORT
10#endif
11
12#endif