mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 09:14:04 +02:00
Stop disabling WASAPI on older compilers.
This commit is contained in:
@@ -241,15 +241,6 @@ extern "C" {
|
|||||||
#define MAL_SUPPORT_WINMM
|
#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...
|
#define MAL_SUPPORT_JACK // JACK is technically supported on Windows, but I don't know how many people use it in practice...
|
||||||
#endif
|
#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
|
#endif
|
||||||
#if defined(MAL_UNIX)
|
#if defined(MAL_UNIX)
|
||||||
#if defined(MAL_LINUX)
|
#if defined(MAL_LINUX)
|
||||||
|
|||||||
Reference in New Issue
Block a user