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
1f552719
Commit
1f552719
authored
Dec 13, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Fix the spelling of a couple of comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b958cfd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ordinal.c
dlls/shlwapi/ordinal.c
+1
-1
ordinal.c
dlls/shlwapi/tests/ordinal.c
+1
-1
No files found.
dlls/shlwapi/ordinal.c
View file @
1f552719
...
...
@@ -4635,7 +4635,7 @@ static const struct objcompat_entry objcompat_table[] = {
* in registry for CLSID under ShellCompatibility subkey.
*
* PARAMS
* pUnk: pointer to object IUnknown interface, idetifies CLSID
* pUnk: pointer to object IUnknown interface, ide
n
tifies CLSID
* clsid: pointer to CLSID to retrieve data for
*
* RETURNS
...
...
dlls/shlwapi/tests/ordinal.c
View file @
1f552719
...
...
@@ -1485,7 +1485,7 @@ static void test_IConnectionPoint(void)
rc
=
pConnectToConnectionPoint
(
NULL
,
&
IID_NULL
,
FALSE
,
(
IUnknown
*
)
container
,
&
cookie
,
NULL
);
ok
(
rc
==
S_OK
,
"pConnectToConnectionPoint failed with %x
\n
"
,
rc
);
/* MSDN says this should be required but it crashs on XP
/* MSDN says this should be required but it crash
e
s on XP
IUnknown_Release(point);
*/
ref
=
IUnknown_Release
((
IUnknown
*
)
container
);
...
...
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