aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2016-10-30 08:45:09 -0700
committerChris Robinson <[email protected]>2016-10-30 08:45:09 -0700
commite46a92c220444db505d19e62c0d3e4ef886fb8ab (patch)
treec1ecf47d89b482e66dffccab04202e72e4fb2644 /OpenAL32/Include
parent9120e7987ee8b416c50486dfc292b5aefc72b0d9 (diff)
Workaround some systems having an ECHO macro
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alEffect.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/OpenAL32/Include/alEffect.h b/OpenAL32/Include/alEffect.h
index b97b0147..80f029a9 100644
--- a/OpenAL32/Include/alEffect.h
+++ b/OpenAL32/Include/alEffect.h
@@ -10,16 +10,16 @@ extern "C" {
struct ALeffect;
enum {
- EAXREVERB = 0,
- REVERB,
- CHORUS,
- COMPRESSOR,
- DISTORTION,
- ECHO,
- EQUALIZER,
- FLANGER,
- MODULATOR,
- DEDICATED,
+ AL__EAXREVERB = 0,
+ AL__REVERB,
+ AL__CHORUS,
+ AL__COMPRESSOR,
+ AL__DISTORTION,
+ AL__ECHO,
+ AL__EQUALIZER,
+ AL__FLANGER,
+ AL__MODULATOR,
+ AL__DEDICATED,
MAX_EFFECTS
};