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:
a2e5b50
)
wshom.ocx: Don't bother with a FIXME in DllCanUnloadNow().
author
Michael Stefaniuc
<mstefani@redhat.de>
Sun, 25 Sep 2011 21:32:28 +0000
(23:32 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 26 Sep 2011 10:14:40 +0000
(12:14 +0200)
dlls/wshom.ocx/wshom_main.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/wshom.ocx/wshom_main.c
b/dlls/wshom.ocx/wshom_main.c
index 2e6016ce6d86537fafce8bd551adb16355ce32bc..b05eb86c9e70e3e0c439f049153c34cf47443a3c 100644
(file)
--- a/
dlls/wshom.ocx/wshom_main.c
+++ b/
dlls/wshom.ocx/wshom_main.c
@@
-115,7
+115,6
@@
HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
*/
HRESULT WINAPI DllCanUnloadNow(void)
{
- FIXME("()\n");
return S_FALSE;
}