From 378a145cf782b1e725ec4468bc8db9c3a0e547f1 Mon Sep 17 00:00:00 2001 From: Thad House Date: Thu, 1 Dec 2016 13:45:39 -0800 Subject: [PATCH] Fixes Missed Symbol from Def file (#162) --- ntcore-jni.def | 1 + ntcore.def | 1 + 2 files changed, 2 insertions(+) diff --git a/ntcore-jni.def b/ntcore-jni.def index 9970a95f57..14860645b1 100644 --- a/ntcore-jni.def +++ b/ntcore-jni.def @@ -117,6 +117,7 @@ NT_SetServer @117 NT_SetServerMulti @118 NT_StartDSClient @119 NT_StopDSClient @120 +NT_StartClientNone @121 ; JNI functions JNI_OnLoad diff --git a/ntcore.def b/ntcore.def index f47d22f366..73157c3108 100644 --- a/ntcore.def +++ b/ntcore.def @@ -117,3 +117,4 @@ NT_SetServer @117 NT_SetServerMulti @118 NT_StartDSClient @119 NT_StopDSClient @120 +NT_StartClientNone @121