File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
#ifdef LSP_R3D_BASE_LIB_BUILTIN
16
16
#define LSP_R3D_BASE_LIB_EXPORT
17
17
#define LSP_R3D_BASE_LIB_CEXPORT
18
- #define LSP_R3D_BASE_LIB_IMPORT
19
- #define LSP_R3D_BASE_LIB_CIMPORT
18
+ #define LSP_R3D_BASE_LIB_IMPORT LSP_SYMBOL_IMPORT
19
+ #define LSP_R3D_BASE_LIB_CIMPORT LSP_CSYMBOL_IMPORT
20
20
#else
21
- #define LSP_R3D_BASE_LIB_EXPORT LSP_SYMBOL_EXPORT
22
- #define LSP_R3D_BASE_LIB_CEXPORT LSP_CSYMBOL_EXPORT
23
- #define LSP_R3D_BASE_LIB_IMPORT LSP_SYMBOL_IMPORT
24
- #define LSP_R3D_BASE_LIB_CIMPORT LSP_CSYMBOL_IMPORT
21
+ #define LSP_R3D_BASE_LIB_EXPORT LSP_SYMBOL_EXPORT
22
+ #define LSP_R3D_BASE_LIB_CEXPORT LSP_CSYMBOL_EXPORT
23
+ #define LSP_R3D_BASE_LIB_IMPORT LSP_SYMBOL_IMPORT
24
+ #define LSP_R3D_BASE_LIB_CIMPORT LSP_CSYMBOL_IMPORT
25
25
#endif
26
26
27
27
#endif /* LSP_PLUG_IN_R3D_VERSION_H_ */
You can’t perform that action at this time.
0 commit comments