Module: wine Branch: master Commit: e0f763abf98f6fee20a1ecd85ae96836440443e1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e0f763abf98f6fee20a1ecd85a...
Author: Michael Stefaniuc mstefani@redhat.de Date: Sun Sep 25 23:32:28 2011 +0200
wshom.ocx: Don't bother with a FIXME in DllCanUnloadNow().
---
dlls/wshom.ocx/wshom_main.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/wshom.ocx/wshom_main.c b/dlls/wshom.ocx/wshom_main.c index 2e6016c..b05eb86 100644 --- 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; }