mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Pass maintainership to submitter PR: ports/130594 Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de>
16 lines
434 B
C
16 lines
434 B
C
--- src/native/jni.h.orig 2007-04-02 13:23:24.000000000 +0200
|
|
+++ src/native/jni.h 2009-01-15 20:32:31.000000000 +0100
|
|
@@ -45,10 +45,12 @@
|
|
|
|
#include CLASSPATH_JNI_H
|
|
|
|
-
|
|
#ifndef _JNI_H
|
|
#define _JNI_H
|
|
|
|
+#define JNINativeInterface JNINativeInterface_
|
|
+#define JNIInvokeInterface JNIInvokeInterface_
|
|
+
|
|
/* forward typedefs ***********************************************************/
|
|
|
|
typedef struct localref_table localref_table;
|