From 1a0b7c61155813ac0bf3c6d58b4dac15f0225101 Mon Sep 17 00:00:00 2001 From: kbr Date: Tue, 10 Jan 2006 11:07:30 +0000 Subject: Merged gluegen-branch-1-0 on to the main JOAL trunk. JOAL is now built using GlueGen and currently requires a built JOGL workspace as a sibling workspace of the JOAL workspace. git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@101 03bf7f67-59de-4072-a415-9a990d468a3f --- src/native/eaxfactory.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/native/eaxfactory.c') diff --git a/src/native/eaxfactory.c b/src/native/eaxfactory.c index 708ddda..d0e3e9d 100644 --- a/src/native/eaxfactory.c +++ b/src/native/eaxfactory.c @@ -33,7 +33,13 @@ #include "eaxfactory.h" -#include "extal.h" +#include "al.h" +#include "eax.h" + +#ifdef _WIN32 +EAXSet eaxSet; // EAXSet function, ret$ +EAXGet eaxGet; // EAXGet function, ret$ +#endif /* * had some problems getting this from extal.h -- cgit v1.2.3