summaryrefslogtreecommitdiff
path: root/platform/efi/platform_efi.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/efi/platform_efi.cpp')
-rw-r--r--platform/efi/platform_efi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/efi/platform_efi.cpp b/platform/efi/platform_efi.cpp
index beee259f..eb743b96 100644
--- a/platform/efi/platform_efi.cpp
+++ b/platform/efi/platform_efi.cpp
@@ -245,7 +245,7 @@ extern "C"
{
BN_DECLARE_CORE_ABI_VERSION
-#ifndef DEMO_VERSION
+#ifndef DEMO_EDITION
BINARYNINJAPLUGIN void CorePluginDependencies()
{
AddOptionalPluginDependency("arch_x86");
@@ -255,7 +255,7 @@ extern "C"
}
#endif
-#ifdef DEMO_VERSION
+#ifdef DEMO_EDITION
bool EFIPluginInit()
#else
BINARYNINJAPLUGIN bool CorePluginInit()