mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-15 21:58:21 +00:00
move extern "C"
only JNI functions need to be exported
This commit is contained in:
@ -40,10 +40,6 @@
|
||||
// global static JNI Lookup Object
|
||||
JniLookup lookup;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
namespace {
|
||||
struct JniRef
|
||||
{
|
||||
@ -732,6 +728,10 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved)
|
||||
{
|
||||
lookup.setJavaVM(vm);
|
||||
|
Reference in New Issue
Block a user