From 816bd8ab309dc0fe9afefcc5e3f2c294d3dc60a5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 30 Jan 2022 05:42:44 -0800 Subject: Move ALSOFT_EAX definition to config.h And disable it by default for non-Windows targets --- al/eax_effect.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'al/eax_effect.cpp') diff --git a/al/eax_effect.cpp b/al/eax_effect.cpp index 72af94fc..9cbf4c13 100644 --- a/al/eax_effect.cpp +++ b/al/eax_effect.cpp @@ -1 +1,3 @@ +#include "config.h" + #include "eax_effect.h" -- cgit v1.2.3