From 8385022779729901786510517878173596454097 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 21 Apr 2025 13:57:37 -0400 Subject: Fix Stack Render Layer availability in Free edition --- plugins/stack_render_layer/plugin.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/stack_render_layer') diff --git a/plugins/stack_render_layer/plugin.cpp b/plugins/stack_render_layer/plugin.cpp index b32ee470..825c0603 100644 --- a/plugins/stack_render_layer/plugin.cpp +++ b/plugins/stack_render_layer/plugin.cpp @@ -115,7 +115,11 @@ public: extern "C" { BN_DECLARE_CORE_ABI_VERSION +#ifdef DEMO_EDITION + bool StackRenderLayerPluginInit() +#else BINARYNINJAPLUGIN bool CorePluginInit() +#endif { static StackRenderLayer* layer = new StackRenderLayer(); RenderLayer::Register(layer, DisabledByDefaultRenderLayerDefaultEnableState); -- cgit v1.3.1