mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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>
This commit is contained in:
parent
b958cfd39f
commit
1f552719bd
2 changed files with 2 additions and 2 deletions
|
@ -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, identifies CLSID
|
||||
* clsid: pointer to CLSID to retrieve data for
|
||||
*
|
||||
* RETURNS
|
||||
|
|
|
@ -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 crashes on XP
|
||||
IUnknown_Release(point);
|
||||
*/
|
||||
ref = IUnknown_Release((IUnknown*)container);
|
||||
|
|
Loading…
Reference in a new issue