From 356bbf2bd325380e16fd77d34fffd084dc1c0928 Mon Sep 17 00:00:00 2001 From: Kevin Rushforth Date: Mon, 17 Oct 2005 22:56:23 +0000 Subject: Merged changes from dev-1_4 branch into the main trunk. NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed. git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@445 ba19aa83-45c5-6ac9-afd3-db810772062c --- src/native/d3d/NativeAPIInfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/native/d3d/NativeAPIInfo.c') diff --git a/src/native/d3d/NativeAPIInfo.c b/src/native/d3d/NativeAPIInfo.c index 8286a7b..ddca7af 100644 --- a/src/native/d3d/NativeAPIInfo.c +++ b/src/native/d3d/NativeAPIInfo.c @@ -13,11 +13,11 @@ #include #include "javax_media_j3d_MasterControl.h" - +#include "javax_media_j3d_NativeAPIInfo.h" JNIEXPORT jint JNICALL Java_javax_media_j3d_NativeAPIInfo_getRenderingAPI( JNIEnv *env, jobject obj) -{ +{ return (jint)javax_media_j3d_MasterControl_RENDER_DIRECT3D; } -- cgit v1.2.3