Huw Davies : ole32: Since OleCreateLinkFromData is a stub we should return S_FALSE from OleQueryLinkFromData .

Alexandre Julliard julliard at winehq.org
Mon Jun 22 09:04:20 CDT 2009


Module: wine
Branch: master
Commit: f48e5e2b5f075793455f0ad5fc3fcad7065a7e1c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f48e5e2b5f075793455f0ad5fc3fcad7065a7e1c

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Jun 22 13:24:08 2009 +0100

ole32: Since OleCreateLinkFromData is a stub we should return S_FALSE from OleQueryLinkFromData.

---

 dlls/ole32/ole2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c
index fe00066..3b87aac 100644
--- a/dlls/ole32/ole2.c
+++ b/dlls/ole32/ole2.c
@@ -570,7 +570,7 @@ HRESULT WINAPI OleQueryLinkFromData(
   IDataObject* pSrcDataObject)
 {
   FIXME("(%p),stub!\n", pSrcDataObject);
-  return S_OK;
+  return S_FALSE;
 }
 
 /***********************************************************************




More information about the wine-cvs mailing list