Skip to content

Commit 19d4e2b

Browse files
committed
Updated header
1 parent 717a0df commit 19d4e2b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

include/lsp-plug.in/r3d/version.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
#ifdef LSP_R3D_BASE_LIB_BUILTIN
1616
#define LSP_R3D_BASE_LIB_EXPORT
1717
#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
2020
#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
2525
#endif
2626

2727
#endif /* LSP_PLUG_IN_R3D_VERSION_H_ */

0 commit comments

Comments
 (0)