Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
f7dfba08
Commit
f7dfba08
authored
Apr 13, 2023
by
Davide Beatrici
Committed by
Alexandre Julliard
Apr 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmdevapi: Rename mmdevapi.h to mmdevapi_private.h.
This should make it clear it's not an external header. It could be confused with mmdeviceapi.h, in particular.
parent
20be5ecd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
audiovolume.c
dlls/mmdevapi/audiovolume.c
+1
-1
devenum.c
dlls/mmdevapi/devenum.c
+1
-1
main.c
dlls/mmdevapi/main.c
+1
-1
mmdevapi_private.h
dlls/mmdevapi/mmdevapi_private.h
+0
-0
spatialaudio.c
dlls/mmdevapi/spatialaudio.c
+1
-1
No files found.
dlls/mmdevapi/audiovolume.c
View file @
f7dfba08
...
...
@@ -35,7 +35,7 @@
#include "audiopolicy.h"
#include "spatialaudioclient.h"
#include "mmdevapi.h"
#include "mmdevapi
_private
.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
mmdevapi
);
...
...
dlls/mmdevapi/devenum.c
View file @
f7dfba08
...
...
@@ -37,7 +37,7 @@
#include "audiopolicy.h"
#include "spatialaudioclient.h"
#include "mmdevapi.h"
#include "mmdevapi
_private
.h"
#include "devpkey.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
mmdevapi
);
...
...
dlls/mmdevapi/main.c
View file @
f7dfba08
...
...
@@ -42,7 +42,7 @@
#include "winreg.h"
#include "spatialaudioclient.h"
#include "mmdevapi.h"
#include "mmdevapi
_private
.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
mmdevapi
);
...
...
dlls/mmdevapi/mmdevapi.h
→
dlls/mmdevapi/mmdevapi
_private
.h
View file @
f7dfba08
File moved
dlls/mmdevapi/spatialaudio.c
View file @
f7dfba08
...
...
@@ -37,7 +37,7 @@
#include "audiopolicy.h"
#include "spatialaudioclient.h"
#include "mmdevapi.h"
#include "mmdevapi
_private
.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
mmdevapi
);
...
...
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