diff options
author | Chris Robinson <[email protected]> | 2016-10-30 08:45:09 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-10-30 08:45:09 -0700 |
commit | e46a92c220444db505d19e62c0d3e4ef886fb8ab (patch) | |
tree | c1ecf47d89b482e66dffccab04202e72e4fb2644 /OpenAL32/Include | |
parent | 9120e7987ee8b416c50486dfc292b5aefc72b0d9 (diff) |
Workaround some systems having an ECHO macro
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alEffect.h | 20 |
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 }; |