Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Fixes Missed Symbol from Def file (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse authored and PeterJohnson committed Dec 1, 2016
1 parent 1315a39 commit 378a145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ntcore-jni.def
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ NT_SetServer @117
NT_SetServerMulti @118
NT_StartDSClient @119
NT_StopDSClient @120
NT_StartClientNone @121

; JNI functions
JNI_OnLoad
Expand Down
1 change: 1 addition & 0 deletions ntcore.def
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,4 @@ NT_SetServer @117
NT_SetServerMulti @118
NT_StartDSClient @119
NT_StopDSClient @120
NT_StartClientNone @121

0 comments on commit 378a145

Please sign in to comment.