diff options
| author | Josh Ferrell <josh@vector35.com> | 2025-10-11 17:45:42 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2025-10-11 17:45:42 -0400 |
| commit | ba282a42855ab2def22b5915e03ba91d47693867 (patch) | |
| tree | 2f8d38461d4ba762a0f651773e2bae2d34e424fc /view/sharedcache/api/sharedcachecore.h | |
| parent | 5c41155a46f93ead2b1d7feda8e6bc6f5b4f9549 (diff) | |
Fix demo ifdefs
Diffstat (limited to 'view/sharedcache/api/sharedcachecore.h')
| -rw-r--r-- | view/sharedcache/api/sharedcachecore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/sharedcache/api/sharedcachecore.h b/view/sharedcache/api/sharedcachecore.h index 00b24b60..1324fe16 100644 --- a/view/sharedcache/api/sharedcachecore.h +++ b/view/sharedcache/api/sharedcachecore.h @@ -8,7 +8,7 @@ #endif // SHAREDCACHE_LIBRARY #else // __GNUC__ #ifdef _MSC_VER - #ifndef DEMO_VERSION + #ifndef DEMO_EDITION #ifdef SHAREDCACHE_LIBRARY #define SHAREDCACHE_FFI_API __declspec(dllexport) #else // SHAREDCACHE_LIBRARY @@ -119,7 +119,7 @@ extern "C" SHAREDCACHE_FFI_API bool BNSharedCacheControllerIsImageLoaded(BNSharedCacheController* controller, BNSharedCacheImage* image); SHAREDCACHE_FFI_API bool BNSharedCacheControllerIsRegionLoaded(BNSharedCacheController* controller, BNSharedCacheRegion* region); - + SHAREDCACHE_FFI_API bool BNSharedCacheControllerGetRegionAt(BNSharedCacheController* controller, uint64_t address, BNSharedCacheRegion* outRegion); SHAREDCACHE_FFI_API bool BNSharedCacheControllerGetRegionContaining(BNSharedCacheController* controller, uint64_t address, BNSharedCacheRegion* region); |
