diff options
| author | Alexander Taylor <alex@vector35.com> | 2024-09-03 17:19:13 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2024-09-13 10:52:48 -0400 |
| commit | 590b594850ccd15b9e2cb2b0e8f3050d782647b3 (patch) | |
| tree | 7d204faf40705c4f99918ecb7fca901dae0282c1 /binaryninjacore.h | |
| parent | e610029c1425fdb791b3570a4397dffcad420111 (diff) | |
Ultimate.
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
