commit 9676f4205fa59a3682e0397213ba704ba282e447 parent 499619071be05bb757de03e8f1e1ed5b2fa0fe6c Author: Michael Savage <mikejsavage@gmail.com> Date: Sun Feb 5 13:58:13 +0200 Explain mingw_audio_output Diffstat:
mingw_audio_output.h | | | 5 | +++++ |
diff --git a/mingw_audio_output.h b/mingw_audio_output.h @@ -1,3 +1,8 @@ #pragma once +/* + * mingw doesn't include the DirectX SDK headers, specifically xaudio2.h, so we + * build stubs for anything audio output related as a workaround + */ + struct AudioOutputDevice { };