Commit 11a676da authored by Davide Beatrici's avatar Davide Beatrici Committed by Alexandre Julliard

winepulse: Export get_device_guid().

parent c2ac63f7
...@@ -103,7 +103,7 @@ static void pulse_call(enum unix_funcs code, void *params) ...@@ -103,7 +103,7 @@ static void pulse_call(enum unix_funcs code, void *params)
assert(!status); assert(!status);
} }
static void get_device_guid(EDataFlow flow, const char *pulse_name, GUID *guid) void WINAPI get_device_guid(EDataFlow flow, const char *pulse_name, GUID *guid)
{ {
WCHAR key_name[MAX_PULSE_NAME_LEN + 2]; WCHAR key_name[MAX_PULSE_NAME_LEN + 2];
DWORD type, size = sizeof(*guid); DWORD type, size = sizeof(*guid);
......
# MMDevAPI driver functions # 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 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 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