mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
rename JNIEXPORT to AVIAN_EXPORT in common.h, to avoid conflicting with jni.h
This commit is contained in:
@ -966,7 +966,7 @@ class MyFinder: public Finder {
|
||||
|
||||
namespace vm {
|
||||
|
||||
JNIEXPORT Finder*
|
||||
AVIAN_EXPORT Finder*
|
||||
makeFinder(System* s, Allocator* a, const char* path, const char* bootLibrary)
|
||||
{
|
||||
return new (a->allocate(sizeof(MyFinder))) MyFinder(s, a, path, bootLibrary);
|
||||
|
Reference in New Issue
Block a user