From 58083d9d4aa5f9636fcd4971164d877a92278d94 Mon Sep 17 00:00:00 2001 From: ZachBacon Date: Sun, 16 Sep 2018 15:20:06 -0400 Subject: [PATCH] Gonna use universaldxsdk for xaudio --- src/wx/xaudio2.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wx/xaudio2.cpp b/src/wx/xaudio2.cpp index 8ab7aba9..2fad2ca3 100644 --- a/src/wx/xaudio2.cpp +++ b/src/wx/xaudio2.cpp @@ -9,7 +9,11 @@ #include "../common/SoundDriver.h" // XAudio2 +#if _MSC_VER +#include +#else #include +#endif // MMDevice API #include