summaryrefslogtreecommitdiffstats
path: root/eax/eax.h
diff options
context:
space:
mode:
Diffstat (limited to 'eax/eax.h')
-rw-r--r--eax/eax.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/eax/eax.h b/eax/eax.h
index 7c0db32e..b2210936 100644
--- a/eax/eax.h
+++ b/eax/eax.h
@@ -12,7 +12,7 @@
extern "C" {
#endif // __cplusplus
-#ifndef OPENAL
+#ifndef AUDIO_OAL
#include <dsound.h>
/*
@@ -49,14 +49,9 @@ extern "C" {
typedef void (CDECL *LPGETCURRENTVERSION)(LPDWORD major, LPDWORD minor);
-#else // OPENAL
-#ifndef _WIN32
+#else // AUDIO_OAL
#include <AL/al.h>
#include <string.h>
-#else
- #include <AL/al.h>
- #include <string.h>
-#endif
#ifndef GUID_DEFINED
#define GUID_DEFINED