From 0a6e191eaebcc8edc2611dbedab6fd04a615fc2f Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Thu, 26 Jun 2003 13:21:12 +0000 Subject: Initial Mac OS X port of Jogl by Gerard Ziemski and Kenneth Russell, subsuming the previous prototype implementation (no GLCanvas support) done by Marc Downie. Added user's guide (HTML format) under doc/userguide/index.html. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@13 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/stub_includes/macosx/jni.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'make/stub_includes/macosx/jni.h') diff --git a/make/stub_includes/macosx/jni.h b/make/stub_includes/macosx/jni.h index b4c9ab725..be01d0187 100644 --- a/make/stub_includes/macosx/jni.h +++ b/make/stub_includes/macosx/jni.h @@ -63,12 +63,12 @@ typedef struct _jmethodID *jmethodID; */ #define JNI_OK 0 /* success */ -#define JNI_ERR -1 /* unknown error */ -#define JNI_EDETACHED -2 /* thread detached from the VM */ -#define JNI_EVERSION -3 /* JNI version error */ -#define JNI_ENOMEM -4 /* not enough memory */ -#define JNI_EEXIST -5 /* VM already created */ -#define JNI_EINVAL -6 /* invalid arguments */ +#define JNI_ERR (-1) /* unknown error */ +#define JNI_EDETACHED (-2) /* thread detached from the VM */ +#define JNI_EVERSION (-3) /* JNI version error */ +#define JNI_ENOMEM (-4) /* not enough memory */ +#define JNI_EEXIST (-5) /* VM already created */ +#define JNI_EINVAL (-6) /* invalid arguments */ /* * used in ReleaseScalarArrayElements -- cgit v1.2.3