diff options
author | kbr <[email protected]> | 2006-01-10 11:07:30 +0000 |
---|---|---|
committer | kbr <[email protected]> | 2006-01-10 11:07:30 +0000 |
commit | 1a0b7c61155813ac0bf3c6d58b4dac15f0225101 (patch) | |
tree | e3b573ca2193ae8a6aacd5bc5cb3060321308ba7 /src/native/eaxbind.c | |
parent | 0badf374064da5c608dcb06ef2d2e9966792ddc8 (diff) |
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
Diffstat (limited to 'src/native/eaxbind.c')
-rw-r--r-- | src/native/eaxbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/eaxbind.c b/src/native/eaxbind.c index b0d05e8..6b17a66 100644 --- a/src/native/eaxbind.c +++ b/src/native/eaxbind.c @@ -33,7 +33,7 @@ #include "eaxbind.h" -#include "extal.h" +#include "eax.h" #ifdef _WIN32 const GUID DSPROPSETID_EAX20_ListenerProperties = { 0x306a6a8, 0xb224, 0x11d2, { 0x99, 0xe5, 0x0, 0x0, 0xe8, 0xd8, 0xc7, 0x22 } }; |