From 1a29c9d5b4a0b17c46aa506940693f6e5cb16840 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 10 Sep 2004 11:18:05 +0000 Subject: [PATCH] More conversion fixes --- src/native/common/org_lwjgl_openal_eax_EAX20.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/native/common/org_lwjgl_openal_eax_EAX20.c b/src/native/common/org_lwjgl_openal_eax_EAX20.c index 153acd58..2059fbca 100644 --- a/src/native/common/org_lwjgl_openal_eax_EAX20.c +++ b/src/native/common/org_lwjgl_openal_eax_EAX20.c @@ -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