return paInternalError from PaWasapi_UpdateDeviceList() when it is disabled
This commit is contained in:
parent
4ce9f0d0a8
commit
1a5c410f7f
1 changed files with 1 additions and 1 deletions
|
|
@ -2503,7 +2503,7 @@ PaError PaWasapi_UpdateDeviceList()
|
|||
#if defined(PA_WASAPI_MAX_CONST_DEVICE_COUNT) && (PA_WASAPI_MAX_CONST_DEVICE_COUNT > 0)
|
||||
return UpdateDeviceList();
|
||||
#else
|
||||
return paNoError;
|
||||
return paInternalError;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue