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
ee28dd80
Commit
ee28dd80
authored
Nov 01, 2013
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 01, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
790d2e8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
filtergraph.c
dlls/quartz/tests/filtergraph.c
+4
-3
reader.c
dlls/xmllite/reader.c
+1
-1
No files found.
dlls/quartz/tests/filtergraph.c
View file @
ee28dd80
...
@@ -1559,9 +1559,10 @@ static void test_render_filter_priority(void)
...
@@ -1559,9 +1559,10 @@ static void test_render_filter_priority(void)
static
const
WCHAR
wszFilterInstanceName4
[]
=
{
'T'
,
'e'
,
's'
,
't'
,
'f'
,
'i'
,
'l'
,
't'
,
'e'
,
'r'
,
'I'
,
static
const
WCHAR
wszFilterInstanceName4
[]
=
{
'T'
,
'e'
,
's'
,
't'
,
'f'
,
'i'
,
'l'
,
't'
,
'e'
,
'r'
,
'I'
,
'n'
,
's'
,
't'
,
'a'
,
'n'
,
'c'
,
'e'
,
'4'
,
0
};
'n'
,
's'
,
't'
,
'a'
,
'n'
,
'c'
,
'e'
,
'4'
,
0
};
/* Test which renderer of two already added to the graph will be chosen (one is "exact" match, other is
/* Test which renderer of two already added to the graph will be chosen
"wildcard" match. Seems to very by order in which filters are added to the graph, thus indicating
* (one is "exact" match, other is "wildcard" match. Seems to depend
no preference given to exact match. */
* on the order in which filters are added to the graph, thus indicating
* no preference given to exact match. */
hr
=
CoCreateInstance
(
&
CLSID_FilterGraph
,
NULL
,
CLSCTX_INPROC_SERVER
,
&
IID_IFilterGraph2
,
(
LPVOID
*
)
&
pgraph2
);
hr
=
CoCreateInstance
(
&
CLSID_FilterGraph
,
NULL
,
CLSCTX_INPROC_SERVER
,
&
IID_IFilterGraph2
,
(
LPVOID
*
)
&
pgraph2
);
ok
(
hr
==
S_OK
,
"CoCreateInstance failed with %08x
\n
"
,
hr
);
ok
(
hr
==
S_OK
,
"CoCreateInstance failed with %08x
\n
"
,
hr
);
if
(
!
pgraph2
)
return
;
if
(
!
pgraph2
)
return
;
...
...
dlls/xmllite/reader.c
View file @
ee28dd80
...
@@ -421,7 +421,7 @@ static inline const char* debug_strval(const xmlreader *reader, const strval *v)
...
@@ -421,7 +421,7 @@ static inline const char* debug_strval(const xmlreader *reader, const strval *v)
return
debugstr_wn
(
reader_get_strptr
(
reader
,
v
),
v
->
len
);
return
debugstr_wn
(
reader_get_strptr
(
reader
,
v
),
v
->
len
);
}
}
/* used to initalize from constant string */
/* used to init
i
alize from constant string */
static
inline
void
reader_init_cstrvalue
(
WCHAR
*
str
,
UINT
len
,
strval
*
v
)
static
inline
void
reader_init_cstrvalue
(
WCHAR
*
str
,
UINT
len
,
strval
*
v
)
{
{
v
->
start
=
0
;
v
->
start
=
0
;
...
...
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