summaryrefslogtreecommitdiff
path: root/view/pe
diff options
context:
space:
mode:
Diffstat (limited to 'view/pe')
-rw-r--r--view/pe/peview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/pe/peview.cpp b/view/pe/peview.cpp
index 98cef6ed..3ae26ea5 100644
--- a/view/pe/peview.cpp
+++ b/view/pe/peview.cpp
@@ -629,7 +629,7 @@ bool PEView::Init()
m_logger->LogError("Support for PE architecture 'x86_64' is not present");
break;
case 0xaa64:
- #ifndef DEMO_VERSION
+ #ifndef DEMO_EDITION
m_logger->LogError("Support for PE architecture 'arm64' is not present");
#else
m_logger->LogError("Binary Ninja free does not support PE architecture 'arm64'. "
@@ -3141,7 +3141,7 @@ extern "C"
{
BN_DECLARE_CORE_ABI_VERSION
-#ifdef DEMO_VERSION
+#ifdef DEMO_EDITION
bool PEPluginInit()
#else
BINARYNINJAPLUGIN bool CorePluginInit()