summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml2
-rw-r--r--eax/eax.h4
2 files changed, 2 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 05604e2c..20adee80 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -6,8 +6,6 @@ configuration:
platform:
- win-x86-librw_d3d9-mss
- win-x86-librw_gl3_glfw-mss
-- win-x86-librw_d3d9-oal
-- win-x86-librw_gl3_glfw-oal
environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true
GLEW_VER: "2.1.0"
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>