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
6a1a2e82
Commit
6a1a2e82
authored
Dec 03, 2018
by
Alex Henrie
Committed by
Alexandre Julliard
Dec 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qcap: Make constants 'msg' and 'VFWIndex' static.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
a4adc1d7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
v4l.c
dlls/qcap/v4l.c
+1
-1
vfwcapture.c
dlls/qcap/vfwcapture.c
+1
-1
No files found.
dlls/qcap/v4l.c
View file @
6a1a2e82
...
...
@@ -915,7 +915,7 @@ error:
Capture
*
qcap_driver_init
(
IPin
*
pOut
,
USHORT
card
)
{
const
char
msg
[]
=
static
const
char
msg
[]
=
"The v4l headers were not available at compile time,
\n
"
"so video capture support is not available.
\n
"
;
MESSAGE
(
msg
);
...
...
dlls/qcap/vfwcapture.c
View file @
6a1a2e82
...
...
@@ -524,10 +524,10 @@ static HRESULT WINAPI
PPB_Load
(
IPersistPropertyBag
*
iface
,
IPropertyBag
*
pPropBag
,
IErrorLog
*
pErrorLog
)
{
static
const
OLECHAR
VFWIndex
[]
=
{
'V'
,
'F'
,
'W'
,
'I'
,
'n'
,
'd'
,
'e'
,
'x'
,
0
};
VfwCapture
*
This
=
impl_from_IPersistPropertyBag
(
iface
);
HRESULT
hr
;
VARIANT
var
;
const
OLECHAR
VFWIndex
[]
=
{
'V'
,
'F'
,
'W'
,
'I'
,
'n'
,
'd'
,
'e'
,
'x'
,
0
};
TRACE
(
"%p/%p-> (%p, %p)
\n
"
,
iface
,
This
,
pPropBag
,
pErrorLog
);
...
...
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