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
1533965e
Commit
1533965e
authored
Oct 04, 2011
by
Marcus Meissner
Committed by
Alexandre Julliard
Oct 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dsound: Make a function static, remove a no longer used array.
parent
e19be58e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
capture.c
dlls/dsound/capture.c
+2
-4
No files found.
dlls/dsound/capture.c
View file @
1533965e
...
...
@@ -822,8 +822,6 @@ static HRESULT IDirectSoundCaptureBufferImpl_Create(
/*******************************************************************************
* DirectSoundCaptureDevice
*/
DirectSoundCaptureDevice
*
DSOUND_capture
[
MAXWAVEDRIVERS
];
static
HRESULT
DirectSoundCaptureDevice_Create
(
DirectSoundCaptureDevice
**
ppDevice
)
{
...
...
@@ -880,8 +878,8 @@ static ULONG DirectSoundCaptureDevice_Release(
return
ref
;
}
void
CALLBACK
DSOUND_capture_timer
(
UINT
timerID
,
UINT
msg
,
DWORD_PTR
user
,
DWORD_PTR
dw1
,
DWORD_PTR
dw2
)
static
void
CALLBACK
DSOUND_capture_timer
(
UINT
timerID
,
UINT
msg
,
DWORD_PTR
user
,
DWORD_PTR
dw1
,
DWORD_PTR
dw2
)
{
DirectSoundCaptureDevice
*
device
=
(
DirectSoundCaptureDevice
*
)
user
;
UINT32
packet_frames
,
packet_bytes
,
avail_bytes
;
...
...
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