View on GitHub
Vistle
Distributed Data-parallel Scientific Visualization in VR
Overview
Architecture
API
Publications
Gallery
rhr
export.h
Go to the documentation of this file.
1
#ifndef VISTLE_RHR_EXPORT_H
2
#define VISTLE_RHR_EXPORT_H
3
4
#include <
vistle/util/export.h
>
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
export.h