mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix compilation error on the Windows build.
This commit is contained in:
@@ -3203,13 +3203,11 @@ static inline mal_uint32 mal_device__get_state(mal_device* pDevice)
|
||||
|
||||
|
||||
#ifdef MAL_WIN32
|
||||
#if defined(MAL_HAS_WASAPI) || defined(MAL_HAS_DSOUND)
|
||||
static GUID MAL_GUID_KSDATAFORMAT_SUBTYPE_PCM = {0x00000001, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}};
|
||||
static GUID MAL_GUID_KSDATAFORMAT_SUBTYPE_IEEE_FLOAT = {0x00000003, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}};
|
||||
//static GUID MAL_GUID_KSDATAFORMAT_SUBTYPE_ALAW = {0x00000006, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}};
|
||||
//static GUID MAL_GUID_KSDATAFORMAT_SUBTYPE_MULAW = {0x00000007, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
// Generic function for retrieving the name of a device by it's ID.
|
||||
|
||||
Reference in New Issue
Block a user