summaryrefslogtreecommitdiff
path: root/platform/freebsd/platform_freebsd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/freebsd/platform_freebsd.cpp')
-rw-r--r--platform/freebsd/platform_freebsd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/freebsd/platform_freebsd.cpp b/platform/freebsd/platform_freebsd.cpp
index fd936a55..8aa28f7f 100644
--- a/platform/freebsd/platform_freebsd.cpp
+++ b/platform/freebsd/platform_freebsd.cpp
@@ -90,7 +90,7 @@ extern "C"
{
BN_DECLARE_CORE_ABI_VERSION
-#ifndef DEMO_VERSION
+#ifndef DEMO_EDITION
BINARYNINJAPLUGIN void CorePluginDependencies()
{
AddOptionalPluginDependency("arch_x86");
@@ -100,7 +100,7 @@ extern "C"
}
#endif
-#ifdef DEMO_VERSION
+#ifdef DEMO_EDITION
bool FreeBSDPluginInit()
#else
BINARYNINJAPLUGIN bool CorePluginInit()