Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
9fe38ff5
Commit
9fe38ff5
authored
Jun 03, 2022
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineandroid: Remove audio driver.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
parent
d0805534
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
Makefile.in
dlls/wineandroid.drv/Makefile.in
+1
-2
mmdevdrv.c
dlls/wineandroid.drv/mmdevdrv.c
+0
-0
wineandroid.drv.spec
dlls/wineandroid.drv/wineandroid.drv.spec
+0
-6
No files found.
dlls/wineandroid.drv/Makefile.in
View file @
9fe38ff5
EXTRADEFS
=
-DWINE_NO_LONG_TYPES
MODULE
=
wineandroid.drv
IMPORTS
=
u
uid ole32 u
ser32 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
...
...
dlls/wineandroid.drv/mmdevdrv.c
deleted
100644 → 0
View file @
d0805534
This diff is collapsed.
Click to expand it.
dlls/wineandroid.drv/wineandroid.drv.spec
View file @
9fe38ff5
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment