From 590b594850ccd15b9e2cb2b0e8f3050d782647b3 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Tue, 3 Sep 2024 17:19:13 -0400 Subject: Ultimate. --- binaryninjacore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 05f77741..ce74885c 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -55,7 +55,7 @@ #define BINARYNINJAPLUGIN __attribute__((visibility("default"))) #else #ifdef _MSC_VER - #ifndef DEMO_VERSION + #ifndef DEMO_EDITION #ifdef BINARYNINJACORE_LIBRARY #define BINARYNINJACOREAPI __declspec(dllexport) #else @@ -143,7 +143,7 @@ // The BN_DECLARE_CORE_ABI_VERSION must be included in native plugin modules. If // the ABI version is not declared, the core will not load the plugin. -#ifdef DEMO_VERSION +#ifdef DEMO_EDITION #define BN_DECLARE_CORE_ABI_VERSION #else #ifdef __cplusplus -- cgit v1.3.1