Commit b8952d8f authored by Davide Beatrici's avatar Davide Beatrici Committed by Alexandre Julliard

winecoreaudio: Export get_device_guid().

parent ac324a06
......@@ -113,7 +113,7 @@ exit:
RegCloseKey(drv_key);
}
static void get_device_guid(EDataFlow flow, const char *dev, GUID *guid)
void WINAPI get_device_guid(EDataFlow flow, const char *dev, GUID *guid)
{
HKEY key = NULL, dev_key;
DWORD type, size = sizeof(*guid);
......
......@@ -4,5 +4,6 @@
@ stdcall -private modMessage(long long long long long) CoreAudio_modMessage
# MMDevAPI driver functions
@ stdcall -private get_device_guid(long ptr ptr) get_device_guid
@ 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment