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
e2c50d76
Commit
e2c50d76
authored
Aug 21, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Aug 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: Make dumpCooperativeLevel() static.
parent
e3af37eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
dsound.c
dlls/dsound/dsound.c
+1
-1
dsound_private.h
dlls/dsound/dsound_private.h
+0
-1
No files found.
dlls/dsound/dsound.c
View file @
e2c50d76
...
@@ -50,7 +50,7 @@ typedef struct IDirectSoundImpl {
...
@@ -50,7 +50,7 @@ typedef struct IDirectSoundImpl {
BOOL
has_ds8
;
BOOL
has_ds8
;
}
IDirectSoundImpl
;
}
IDirectSoundImpl
;
const
char
*
dumpCooperativeLevel
(
DWORD
level
)
static
const
char
*
dumpCooperativeLevel
(
DWORD
level
)
{
{
#define LE(x) case x: return #x
#define LE(x) case x: return #x
switch
(
level
)
{
switch
(
level
)
{
...
...
dlls/dsound/dsound_private.h
View file @
e2c50d76
...
@@ -320,7 +320,6 @@ extern GUID DSOUND_capture_guids[MAXWAVEDRIVERS] DECLSPEC_HIDDEN;
...
@@ -320,7 +320,6 @@ extern GUID DSOUND_capture_guids[MAXWAVEDRIVERS] DECLSPEC_HIDDEN;
extern
WCHAR
wine_vxd_drv
[]
DECLSPEC_HIDDEN
;
extern
WCHAR
wine_vxd_drv
[]
DECLSPEC_HIDDEN
;
void
setup_dsound_options
(
void
)
DECLSPEC_HIDDEN
;
void
setup_dsound_options
(
void
)
DECLSPEC_HIDDEN
;
const
char
*
dumpCooperativeLevel
(
DWORD
level
)
DECLSPEC_HIDDEN
;
HRESULT
get_mmdevice
(
EDataFlow
flow
,
const
GUID
*
tgt
,
IMMDevice
**
device
)
DECLSPEC_HIDDEN
;
HRESULT
get_mmdevice
(
EDataFlow
flow
,
const
GUID
*
tgt
,
IMMDevice
**
device
)
DECLSPEC_HIDDEN
;
...
...
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