summaryrefslogtreecommitdiffstats
path: root/eax
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-23 23:45:45 +0200
committerSergeanur <s.anureev@yandex.ua>2020-05-23 23:45:45 +0200
commitbd67db523aa4e711e60a16abbf738b8b4462d572 (patch)
tree4df6ecc0b4051228d93e922fbc6e00771778041d /eax
parentmore checks in premake (diff)
parentEven more small audio cleanup (diff)
downloadre3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar.gz
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar.bz2
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar.lz
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar.xz
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.tar.zst
re3-bd67db523aa4e711e60a16abbf738b8b4462d572.zip
Diffstat (limited to 'eax')
-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