Stop disabling WASAPI on older compilers.

This commit is contained in:
David Reid
2018-03-17 11:45:02 +10:00
parent 4ea47b62a7
commit 79a95bc1b5
-9
View File
@@ -241,15 +241,6 @@ extern "C" {
#define MAL_SUPPORT_WINMM
#define MAL_SUPPORT_JACK // JACK is technically supported on Windows, but I don't know how many people use it in practice...
#endif
// Don't support WASAPI on older versions of MSVC for now.
#if defined(_MSC_VER)
#if _MSC_VER < 1600
#if !defined(__audioclient_h__)
#undef MAL_SUPPORT_WASAPI
#endif
#endif
#endif
#endif
#if defined(MAL_UNIX)
#if defined(MAL_LINUX)