From cfe49e3697b95c1cc198d2477ce67f02a103c5b1 Mon Sep 17 00:00:00 2001
From: Marcus Meissner <marcus@jet.franken.de>
Date: Sun, 4 Dec 2011 23:52:55 +0100
Subject: [PATCH] ole32: Output more information in OleCreateStaticFromData.

---
 dlls/ole32/ole2stubs.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dlls/ole32/ole2stubs.c b/dlls/ole32/ole2stubs.c
index b029a86ffe7..16ac8d1fa9f 100644
--- a/dlls/ole32/ole2stubs.c
+++ b/dlls/ole32/ole2stubs.c
@@ -90,7 +90,8 @@ HRESULT     WINAPI OleCreateStaticFromData(LPDATAOBJECT pSrcDataObj, REFIID iid,
                 DWORD renderopt, LPFORMATETC pFormatEtc, LPOLECLIENTSITE pClientSite,
                 LPSTORAGE pStg, LPVOID* ppvObj)
 {
-  FIXME("(not shown), stub!\n");
+  FIXME("(srcdata=%p, refiid=%s, renderopt=%x, formatetc=%p, client=%p, storage=%p, ppv=%p), stub!\n",
+        pSrcDataObj,debugstr_guid(iid),renderopt,pFormatEtc,pClientSite,pStg,ppvObj );
   return E_NOTIMPL;
 }
 
-- 
GitLab