From 457dd697715116c02162b78e539d1355353c0eaf Mon Sep 17 00:00:00 2001 From: Chien Yang Date: Thu, 1 Mar 2007 01:00:05 +0000 Subject: Fixed a VC compiler issue on using a method without first declare. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@782 ba19aa83-45c5-6ac9-afd3-db810772062c --- src/native/ogl/Canvas3D.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/native') diff --git a/src/native/ogl/Canvas3D.c b/src/native/ogl/Canvas3D.c index f1dac23..9c17ce4 100644 --- a/src/native/ogl/Canvas3D.c +++ b/src/native/ogl/Canvas3D.c @@ -37,7 +37,7 @@ #endif /* DEBUG */ extern void throwAssert(JNIEnv *env, char *str); - +jboolean getJavaBoolEnv(JNIEnv *env, char* envStr); static void initializeCtxInfo(JNIEnv *env, GraphicsContextPropertiesInfo* ctxInfo); static void cleanupCtxInfo(GraphicsContextPropertiesInfo* ctxInfo); static void disableAttribFor2D(GraphicsContextPropertiesInfo *ctxProperties); -- cgit v1.2.3