VISR
0.11.6
Versatile Interactive Scene Renderer
export_symbol.hpp
Go to the documentation of this file.
1
/* Copyright Institute of Sound and Vibration Research - All rights reserved */
2
3
#ifndef VISR_MEXSUPPORT_EXPORT_SYMBOL_HPP_INCLUDED
4
#define VISR_MEXSUPPORT_EXPORT_SYMBOL_HPP_INCLUDED
5
6
#ifdef _MSC_VER
7
#define VISR_MEXSUPPORT_EXPORT_SYMBOL
8
#else
9
18
#define VISR_MEXSUPPORT_EXPORT_SYMBOL __attribute__((__visibility__("default")))
19
#endif
20
21
#endif // VISR_MEXSUPPORT_EXPORT_SYMBOL_HPP_INCLUDED
22
src
libmexsupport
export_symbol.hpp
Generated on Thu Nov 8 2018 02:14:36 for VISR by
1.8.14