summaryrefslogtreecommitdiffstats
path: root/eax/eax.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-22 20:00:59 +0200
committerSergeanur <s.anureev@yandex.ua>2020-05-22 20:00:59 +0200
commit38a09c6e9b4a631aae699a8f3de6c0df33c021e5 (patch)
tree48314055b2dc95336b8d42a28edb4a59ab1b8fa6 /eax/eax.h
parentOpenAL configs (diff)
downloadre3-38a09c6e9b4a631aae699a8f3de6c0df33c021e5.tar
re3-38a09c6e9b4a631aae699a8f3de6c0df33c021e5.tar.gz
re3-38a09c6e9b4a631aae699a8f3de6c0df33c021e5.tar.bz2
re3-38a09c6e9b4a631aae699a8f3de6c0df33c021e5.tar.lz
re3-38a09c6e9b4a631aae699a8f3de6c0df33c021e5.tar.xz
re3-38a09c6e9b4a631aae699a8f3de6c0df33c021e5.tar.zst
re3-38a09c6e9b4a631aae699a8f3de6c0df33c021e5.zip
Diffstat (limited to 'eax/eax.h')
-rw-r--r--eax/eax.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eax/eax.h b/eax/eax.h
index 0e2201db..503090d2 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,7 +49,7 @@ extern "C" {
typedef void (CDECL *LPGETCURRENTVERSION)(LPDWORD major, LPDWORD minor);
-#else // OPENAL
+#else // AUDIO_OAL
#ifndef _WIN32
#include <AL/al.h>
#include <string.h>