From 816bd8ab309dc0fe9afefcc5e3f2c294d3dc60a5 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
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_api.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'al/eax_api.cpp')

diff --git a/al/eax_api.cpp b/al/eax_api.cpp
index 9907dd4d..391363ec 100644
--- a/al/eax_api.cpp
+++ b/al/eax_api.cpp
@@ -5,6 +5,7 @@
 // https://github.com/id-Software/DOOM-3/tree/master/neo/openal/include
 //
 
+#include "config.h"
 
 #include <algorithm>
 
-- 
cgit v1.2.3