diff options
Diffstat (limited to 'platform/decree/platform_decree.cpp')
| -rw-r--r-- | platform/decree/platform_decree.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/decree/platform_decree.cpp b/platform/decree/platform_decree.cpp index a0eb2b32..4d26566c 100644 --- a/platform/decree/platform_decree.cpp +++ b/platform/decree/platform_decree.cpp @@ -37,7 +37,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("arch_x86"); @@ -45,7 +45,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool DecreePluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() |
