From 3e2b16a820bfe03f8f3837c3aaa615c8c4b7f18c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Tue, 13 Feb 2001 05:32:07 +0000 Subject: JAWT Support JDK >=1.3 --- CNativeCode/OpenGLU_funcs.c.skel | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) (limited to 'CNativeCode/OpenGLU_funcs.c.skel') diff --git a/CNativeCode/OpenGLU_funcs.c.skel b/CNativeCode/OpenGLU_funcs.c.skel index 81cfda7..bac8027 100644 --- a/CNativeCode/OpenGLU_funcs.c.skel +++ b/CNativeCode/OpenGLU_funcs.c.skel @@ -10,40 +10,14 @@ * September 1997 */ -/* - * need to include the JAVA internal header files for macros and function - * prototypes required to maipulated JAVA data structures and functions - * - * StubPreamble.h includes the structure and macro definitions neede to - * convert JAVA data structures into C data structures. - * - */ - -#ifdef _WIN32_ - #include "winstuff.h" -#endif - -#include -#include - -#include - -/* - * the next thing to include are special headers that were created by - * JAVAH. They include the C structure definitions for the JAVA classes - */ -#include "gl4java_GLUFuncJauJNI.h" /*-------------------------------------------------------------------------- * here on in is just regular apple pie C */ -/* - * next put any specific header files that are necessary to implement - * this native code - */ -#include -#include +#include "OpenGL_misc.h" + +#include "gl4java_GLUFuncJauJNI.h" #include "GLCallbackHelperJNI.h" #include "GLUCallbackJNI.h" -- cgit v1.2.3