summaryrefslogtreecommitdiff
path: root/platform/efi
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2024-09-03 17:19:13 -0400
committerAlexander Taylor <alex@vector35.com>2024-09-13 10:52:48 -0400
commit590b594850ccd15b9e2cb2b0e8f3050d782647b3 (patch)
tree7d204faf40705c4f99918ecb7fca901dae0282c1 /platform/efi
parente610029c1425fdb791b3570a4397dffcad420111 (diff)
Ultimate.
Diffstat (limited to 'platform/efi')
-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()