diff options
author | Chris Robinson <[email protected]> | 2022-01-30 05:42:44 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2022-01-30 05:42:44 -0800 |
commit | 816bd8ab309dc0fe9afefcc5e3f2c294d3dc60a5 (patch) | |
tree | 75cf4b9c90bb3aa8d461b6a7dc417329bd2175d3 /al/eax_utils.cpp | |
parent | c9d59ebc4a2c3566d34759a901be639b5f932e30 (diff) |
Move ALSOFT_EAX definition to config.h
And disable it by default for non-Windows targets
Diffstat (limited to 'al/eax_utils.cpp')
-rw-r--r-- | al/eax_utils.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/al/eax_utils.cpp b/al/eax_utils.cpp index 9a8f04f1..67389de4 100644 --- a/al/eax_utils.cpp +++ b/al/eax_utils.cpp @@ -1,7 +1,8 @@ +#include "config.h" + #include "eax_utils.h" #include <cassert> - #include <exception> #include "core/logging.h" |