|
From: Elias N. <eli...@us...> - 2004-09-10 11:18:32
|
Update of /cvsroot/java-game-lib/LWJGL/src/native/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9970/common Modified Files: org_lwjgl_openal_eax_EAX20.c Log Message: More conversion fixes Index: org_lwjgl_openal_eax_EAX20.c =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/native/common/org_lwjgl_openal_eax_EAX20.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- org_lwjgl_openal_eax_EAX20.c 10 Sep 2004 09:56:26 -0000 1.2 +++ org_lwjgl_openal_eax_EAX20.c 10 Sep 2004 11:18:05 -0000 1.3 @@ -45,12 +45,14 @@ #include "common_tools.h" #include "extal.h" +#ifdef _WIN32 // EAX 2.0 GUIDs static const GUID DSPROPSETID_EAX20_ListenerProperties = { 0x306a6a8, 0xb224, 0x11d2, { 0x99, 0xe5, 0x0, 0x0, 0xe8, 0xd8, 0xc7, 0x22 } }; static const GUID DSPROPSETID_EAX20_BufferProperties = { 0x306a6a7, 0xb224, 0x11d2, {0x99, 0xe5, 0x0, 0x0, 0xe8, 0xd8, 0xc7, 0x22 } }; +#endif /* * Determines available EAX extensions |