summaryrefslogtreecommitdiff
path: root/view/kernelcache
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-10-11 17:45:42 -0400
committerJosh Ferrell <josh@vector35.com>2025-10-11 17:45:42 -0400
commitba282a42855ab2def22b5915e03ba91d47693867 (patch)
tree2f8d38461d4ba762a0f651773e2bae2d34e424fc /view/kernelcache
parent5c41155a46f93ead2b1d7feda8e6bc6f5b4f9549 (diff)
Fix demo ifdefs
Diffstat (limited to 'view/kernelcache')
-rw-r--r--view/kernelcache/api/kernelcachecore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/kernelcache/api/kernelcachecore.h b/view/kernelcache/api/kernelcachecore.h
index 02451a3e..69eaec96 100644
--- a/view/kernelcache/api/kernelcachecore.h
+++ b/view/kernelcache/api/kernelcachecore.h
@@ -14,7 +14,7 @@ extern "C"
#endif // KERNELCACHE_LIBRARY
#else // __GNUC__
#ifdef _MSC_VER
- #ifndef DEMO_VERSION
+ #ifndef DEMO_EDITION
#ifdef KERNELCACHE_LIBRARY
#define KERNELCACHE_FFI_API __declspec(dllexport)
#else // KERNELCACHE_LIBRARY