Borneq

throwJNI.h

Sep 5th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. #ifndef THROWJNI_H_
  2. #define THROWJNI_H_
  3.  
  4. #include <jni.h>
  5.  
  6. jint throwUnsatisfiedLinkError( JNIEnv *env, char *message );
  7.  
  8. #endif /*THROWJNI_H_*/
Advertisement
Add Comment
Please, Sign In to add comment