We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d7552 commit c8b4ee8Copy full SHA for c8b4ee8
include/lsp-plug.in/r3d/factory.h
@@ -12,6 +12,9 @@
12
#include <lsp-plug.in/r3d/version.h>
13
#include <lsp-plug.in/r3d/types.h>
14
15
+#define LSP_R3D_FACTORY_FUNCTION_NAME "lsp_r3d_factory"
16
+#define LSP_R3D_FACTORY_FUNCTION_HEADER LSP_CSYMBOL_EXPORT ::lsp::r3d::factory_t *lsp_r3d_factory()
17
+
18
namespace lsp
19
{
20
namespace r3d
include/lsp-plug.in/r3d/types.h
@@ -11,8 +11,6 @@
11
#include <lsp-plug.in/common/types.h>
-#define LSP_R3D_FACTORY_FUNCTION_NAME "lsp_r3d_factory"
-
0 commit comments