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
97a22034
Commit
97a22034
authored
Jan 22, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 23, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qcap: Declare some items static.
parent
9d4b8d33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
dllsetup.c
dlls/qcap/dllsetup.c
+1
-1
v4l.c
dlls/qcap/v4l.c
+1
-1
No files found.
dlls/qcap/dllsetup.c
View file @
97a22034
...
...
@@ -57,7 +57,7 @@ static WCHAR const tmodel_both[] =
/*
* Delete a key and all its subkeys
*/
HRESULT
DeleteEntireSubKey
(
HKEY
hkey
,
LPWSTR
strSubKey
)
static
HRESULT
DeleteEntireSubKey
(
HKEY
hkey
,
LPWSTR
strSubKey
)
{
WCHAR
buffer
[
MAX_KEY_LEN
];
DWORD
dw
=
MAX_KEY_LEN
;
...
...
dlls/qcap/v4l.c
View file @
97a22034
...
...
@@ -136,7 +136,7 @@ static const struct renderlist renderlist_V4l[] = {
{
0
,
NULL
,
NULL
},
};
const
int
fallback_V4l
[]
=
{
4
,
5
,
7
,
8
,
9
,
13
,
15
,
14
,
16
,
11
,
-
1
};
static
const
int
fallback_V4l
[]
=
{
4
,
5
,
7
,
8
,
9
,
13
,
15
,
14
,
16
,
11
,
-
1
};
/* Fallback: First try raw formats (Should try yuv first perhaps?), then yuv */
/* static const Capture defbox; */
...
...
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