wasapi: correction to PaWasapi_UpdateDeviceList() API by making it unavailable by default unless PA_WASAPI_MAX_CONST_DEVICE_COUNT is explicitly defined
This commit is contained in:
parent
eb62287494
commit
d3e65ce690
2 changed files with 5 additions and 5 deletions
|
|
@ -50,7 +50,7 @@
|
|||
// Max device count (if defined) causes max constant device count in the device list that
|
||||
// enables PaWasapi_UpdateDeviceList() API and makes it possible to update WASAPI list dynamically
|
||||
#ifndef PA_WASAPI_MAX_CONST_DEVICE_COUNT
|
||||
#define PA_WASAPI_MAX_CONST_DEVICE_COUNT 32
|
||||
#define PA_WASAPI_MAX_CONST_DEVICE_COUNT 0 // Force basic behavior by defining 0 if not defined by user
|
||||
#endif
|
||||
|
||||
// WinRT
|
||||
|
|
|
|||
Loading…
Reference in a new issue