aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include_jni/jni.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include_jni/jni.h b/include_jni/jni.h
index 4c34313..f709d67 100644
--- a/include_jni/jni.h
+++ b/include_jni/jni.h
@@ -21,8 +21,8 @@
* Everything here is expected to be VM-neutral.
*/
-#ifndef JNI_H_
-#define JNI_H_
+#ifndef LIBNATIVEHELPER_INCLUDE_JNI_JNI_H_
+#define LIBNATIVEHELPER_INCLUDE_JNI_JNI_H_
#include <stdarg.h>
#include <stdint.h>
@@ -1140,4 +1140,4 @@ JNIEXPORT void JNI_OnUnload(JavaVM* vm, void* reserved);
#define JNI_COMMIT 1 /* copy content, do not free buffer */
#define JNI_ABORT 2 /* free buffer w/o copying back */
-#endif /* JNI_H_ */
+#endif // LIBNATIVEHELPER_INCLUDE_JNI_JNI_H_