win-wasapi: Mark GetWASAPIAudioDevices_ as static
This commit is contained in:
parent
3c71399650
commit
5f2d0456bc
@ -36,7 +36,7 @@ string GetDeviceName(IMMDevice *device)
|
||||
return device_name;
|
||||
}
|
||||
|
||||
void GetWASAPIAudioDevices_(vector<AudioDeviceInfo> &devices, bool input)
|
||||
static void GetWASAPIAudioDevices_(vector<AudioDeviceInfo> &devices, bool input)
|
||||
{
|
||||
ComPtr<IMMDeviceEnumerator> enumerator;
|
||||
ComPtr<IMMDeviceCollection> collection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user