rename JNIEXPORT to AVIAN_EXPORT in common.h, to avoid conflicting with jni.h

This commit is contained in:
Joshua Warner
2013-11-08 08:35:10 -07:00
parent fd81e126ef
commit 2800ffe826
13 changed files with 453 additions and 454 deletions

View File

@ -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);