Commit 9fe38ff5 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

wineandroid: Remove audio driver.

parent d0805534
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = wineandroid.drv
IMPORTS = uuid ole32 user32 gdi32 advapi32 ntoskrnl win32u
IMPORTS = user32 gdi32 advapi32 ntoskrnl win32u
EXTRADLLFLAGS = -mcygwin
......@@ -8,7 +8,6 @@ C_SRCS = \
device.c \
init.c \
keyboard.c \
mmdevdrv.c \
opengl.c \
window.c
......
# Desktop
@ cdecl wine_create_desktop(long long) ANDROID_create_desktop
# MMDevAPI driver functions
@ stdcall -private GetPriority() AUDDRV_GetPriority
@ stdcall -private GetEndpointIDs(long ptr ptr ptr ptr) AUDDRV_GetEndpointIDs
@ stdcall -private GetAudioEndpoint(ptr ptr ptr) AUDDRV_GetAudioEndpoint
@ stdcall -private GetAudioSessionManager(ptr ptr) AUDDRV_GetAudioSessionManager
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