SHDOCVW: stub definition for OpenUrl

Mike McCormack mike at codeweavers.com
Tue Jan 18 05:03:41 CST 2005


ChangeLog:
* stub definition for OpenUrl
-------------- next part --------------
? dlls/shdocvw/version.res
Index: dlls/shdocvw/misc.c
===================================================================
RCS file: /home/wine/wine/dlls/shdocvw/misc.c,v
retrieving revision 1.9
diff -u -r1.9 misc.c
--- dlls/shdocvw/misc.c	14 Jan 2005 16:09:33 -0000	1.9
+++ dlls/shdocvw/misc.c	18 Jan 2005 10:58:20 -0000
@@ -95,3 +95,11 @@
 };
 
 IQuickActivateImpl SHDOCVW_QuickActivate = { &WBQA_Vtbl, 1 };
+
+/**********************************************************************
+ * OpenURL
+ */
+void WINAPI OpenURL(HWND hWnd, HINSTANCE hInst, LPCSTR lpcstrUrl, int nShowCmd)
+{
+    FIXME("%p %p %s %d\n", hWnd, hInst, lpcstrUrl, nShowCmd);
+}
Index: dlls/shdocvw/shdocvw.spec
===================================================================
RCS file: /home/wine/wine/dlls/shdocvw/shdocvw.spec,v
retrieving revision 1.13
diff -u -r1.13 shdocvw.spec
--- dlls/shdocvw/shdocvw.spec	19 Nov 2004 17:55:28 -0000	1.13
+++ dlls/shdocvw/shdocvw.spec	18 Jan 2005 10:58:20 -0000
@@ -121,7 +121,7 @@
 @ stub ImportPrivacySettings
 @ stub InstallReg_RunDLL
 @ stub IEWriteErrorLog
-@ stub OpenURL
+@ stdcall OpenURL(long long ptr long)
 @ stub SHGetIDispatchForFolder
 @ stdcall SetQueryNetSessionCount(long)
 @ stub SoftwareUpdateMessageBox


More information about the wine-patches mailing list