diff options
Diffstat (limited to 'arch/x86/arch_x86.cpp')
| -rw-r--r-- | arch/x86/arch_x86.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/arch_x86.cpp b/arch/x86/arch_x86.cpp index a4bae9af..26e7cf27 100644 --- a/arch/x86/arch_x86.cpp +++ b/arch/x86/arch_x86.cpp @@ -4800,7 +4800,7 @@ extern "C" { BN_DECLARE_CORE_ABI_VERSION -#ifndef DEMO_VERSION +#ifndef DEMO_EDITION BINARYNINJAPLUGIN void CorePluginDependencies() { AddOptionalPluginDependency("view_elf"); @@ -4809,7 +4809,7 @@ extern "C" } #endif -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION bool X86PluginInit() #else BINARYNINJAPLUGIN bool CorePluginInit() |
