projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae8d23
)
itss: Constify a variable.
author
Andrew Talbot
<Andrew.Talbot@talbotville.com>
Wed, 14 Feb 2007 19:16:51 +0000
(19:16 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Wed, 14 Feb 2007 20:03:44 +0000
(21:03 +0100)
dlls/itss/moniker.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/itss/moniker.c
b/dlls/itss/moniker.c
index
5149a14
..
370a23f
100644
(file)
--- a/
dlls/itss/moniker.c
+++ b/
dlls/itss/moniker.c
@@
-347,7
+347,7
@@
static const IMonikerVtbl ITS_IMonikerImpl_Vtbl =
ITS_IMonikerImpl_IsSystemMoniker
};
-static HRESULT ITS_IMoniker_create( IMoniker **ppObj, LPWSTR name, DWORD n )
+static HRESULT ITS_IMoniker_create( IMoniker **ppObj, LP
C
WSTR name, DWORD n )
{
ITS_IMonikerImpl *itsmon;
DWORD sz;