winepulse: Export get_device_name_from_guid().

This commit is contained in:
Davide Beatrici 2023-06-30 22:52:59 +02:00 committed by Alexandre Julliard
parent 10075a9e92
commit dd6807b408
2 changed files with 2 additions and 1 deletions

View file

@ -241,7 +241,7 @@ end:
return params.result;
}
static BOOL get_device_name_from_guid(GUID *guid, char **name, EDataFlow *flow)
BOOL WINAPI get_device_name_from_guid(GUID *guid, char **name, EDataFlow *flow)
{
struct device_cache *device;
WCHAR key_name[MAX_PULSE_NAME_LEN + 2];

View file

@ -1,4 +1,5 @@
# MMDevAPI driver functions
@ stdcall -private get_device_name_from_guid(ptr ptr ptr) get_device_name_from_guid
@ stdcall -private GetEndpointIDs(long ptr ptr ptr ptr) AUDDRV_GetEndpointIDs
@ stdcall -private GetAudioEndpoint(ptr ptr ptr) AUDDRV_GetAudioEndpoint
@ stdcall -private GetAudioSessionWrapper(ptr ptr ptr) AUDDRV_GetAudioSessionWrapper