http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ed4c6d
)
shdocvw: Return success code in ITaskBarList::HrInit.
author
Andrey Turkin
<andrey.turkin@gmail.com>
Tue, 2 Mar 2010 04:55:00 +0000
(07:55 +0300)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 2 Mar 2010 10:14:00 +0000
(11:14 +0100)
dlls/shdocvw/taskbarlist.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/shdocvw/taskbarlist.c
b/dlls/shdocvw/taskbarlist.c
index 028169584f07e05b1af914c915b264d27fbc7512..2c380800ddfe48616a22c8a92f5eb666406ba031 100644
(file)
--- a/
dlls/shdocvw/taskbarlist.c
+++ b/
dlls/shdocvw/taskbarlist.c
@@
-81,9
+81,9
@@
static ULONG STDMETHODCALLTYPE taskbar_list_Release(ITaskbarList *iface)
static HRESULT STDMETHODCALLTYPE taskbar_list_HrInit(ITaskbarList *iface)
{
-
FIXME("iface %p stub!
\n", iface);
+
TRACE("iface %p
\n", iface);
- return
E_NOTIMPL
;
+ return
S_OK
;
}
static HRESULT STDMETHODCALLTYPE taskbar_list_AddTab(ITaskbarList *iface, HWND hwnd)