mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
winepulse: Export get_device_name_from_guid().
This commit is contained in:
parent
10075a9e92
commit
dd6807b408
2 changed files with 2 additions and 1 deletions
|
@ -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];
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue