diff options
Diffstat (limited to 'platform/linux/platform_linux.cpp')
| -rw-r--r-- | platform/linux/platform_linux.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linux/platform_linux.cpp b/platform/linux/platform_linux.cpp index 683912d5..9a57c430 100644 --- a/platform/linux/platform_linux.cpp +++ b/platform/linux/platform_linux.cpp @@ -231,7 +231,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("arch_x86"); @@ -245,7 +245,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool LinuxPluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() |
