[pkg-wine-party] [wine] 83/110: shdocvw: Add DoFileDownload stub.

Michael Gilbert mgilbert at moszumanska.debian.org
Fri Feb 13 05:05:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit a71fb845cd8198ea4034383ceaf87a85b9565885
Author: Austin English <austinenglish at gmail.com>
Date:   Wed Feb 4 21:11:46 2015 -0600

    shdocvw: Add DoFileDownload stub.
---
 dlls/shdocvw/shdocvw.spec   | 2 +-
 dlls/shdocvw/shdocvw_main.c | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/dlls/shdocvw/shdocvw.spec b/dlls/shdocvw/shdocvw.spec
index 81e18df..93f4444 100644
--- a/dlls/shdocvw/shdocvw.spec
+++ b/dlls/shdocvw/shdocvw.spec
@@ -111,7 +111,7 @@
 @ stdcall -private DllUnregisterServer()
 @ stub DoAddToFavDlg
 @ stub DoAddToFavDlgW
-@ stub DoFileDownload
+@ stdcall DoFileDownload(wstr)
 @ stub DoFileDownloadEx
 @ stub DoOrganizeFavDlg
 @ stub DoOrganizeFavDlgW
diff --git a/dlls/shdocvw/shdocvw_main.c b/dlls/shdocvw/shdocvw_main.c
index 2e5f2c9..4ef2dd5 100644
--- a/dlls/shdocvw/shdocvw_main.c
+++ b/dlls/shdocvw/shdocvw_main.c
@@ -550,3 +550,12 @@ void WINAPI InstallReg_RunDLL(HWND hwnd, HINSTANCE handle, LPCSTR cmdline, INT s
 {
     FIXME("(%p %p %s %x)\n", hwnd, handle, debugstr_a(cmdline), show);
 }
+
+/******************************************************************
+ * DoFileDownload (SHDOCVW.@)
+ */
+BOOL WINAPI DoFileDownload(LPWSTR filename)
+{
+    FIXME("(%s) stub\n", debugstr_w(filename));
+    return FALSE;
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list