Go to the documentation of this file.
6 #ifndef MATERIALX_GENSLANG_EXPORT_H
7 #define MATERIALX_GENSLANG_EXPORT_H
14 #if defined(MATERIALX_GENSLANG_EXPORTS)
15 #define MX_GENSLANG_API MATERIALX_SYMBOL_EXPORT
16 #define MX_GENSLANG_EXTERN_TEMPLATE(...) MATERIALX_EXPORT_EXTERN_TEMPLATE(__VA_ARGS__)
18 #define MX_GENSLANG_API MATERIALX_SYMBOL_IMPORT
19 #define MX_GENSLANG_EXTERN_TEMPLATE(...) MATERIALX_IMPORT_EXTERN_TEMPLATE(__VA_ARGS__)