Stefan Leichter : url: Add stub for OpenURLA.

Alexandre Julliard julliard at winehq.org
Thu Oct 20 14:25:08 CDT 2011


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

Author: Stefan Leichter <Stefan.Leichter at camline.com>
Date:   Wed Oct 19 20:53:14 2011 +0200

url: Add stub for OpenURLA.

---

 dlls/url/url.spec   |    4 ++--
 dlls/url/url_main.c |    9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/dlls/url/url.spec b/dlls/url/url.spec
index c2087c4..343d2bf 100644
--- a/dlls/url/url.spec
+++ b/dlls/url/url.spec
@@ -11,8 +11,8 @@
 @ stub MailToProtocolHandlerA
 @ stub NewsProtocolHandler
 @ stub NewsProtocolHandlerA
-@ stub OpenURL
-@ stub OpenURLA
+@ stdcall OpenURL(long long str long) OpenURLA
+@ stdcall OpenURLA(long long str long)
 @ stdcall TelnetProtocolHandler(long str) TelnetProtocolHandlerA
 @ stdcall TelnetProtocolHandlerA(long str)
 @ stub TranslateURLA
diff --git a/dlls/url/url_main.c b/dlls/url/url_main.c
index 69b46ea..b65aa02 100644
--- a/dlls/url/url_main.c
+++ b/dlls/url/url_main.c
@@ -106,6 +106,15 @@ HRESULT WINAPI FileProtocolHandlerA(HWND hWnd, HINSTANCE hInst, LPCSTR pszUrl,
 }
 
 /***********************************************************************
+ * OpenURLA    (URL.@)
+ *
+ */
+void WINAPI OpenURLA(HWND hwnd, HINSTANCE inst, LPCSTR cmdline, INT show)
+{
+    FIXME("(%p, %p, %s, %d): stub!\n", hwnd, inst, debugstr_a(cmdline), show);
+}
+
+/***********************************************************************
  * TelnetProtocolHandlerA    (URL.@)
  *
  */




More information about the wine-cvs mailing list