VISR
0.11.8
Versatile Interactive Scene Renderer
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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 Fri Nov 16 2018 13:42:28 for VISR by
1.8.11