=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: inetcpl.cpl: Add stub for LaunchConnectionDialog.

Alexandre Julliard julliard at winehq.org
Mon May 20 15:13:57 CDT 2013


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sat May 18 16:12:05 2013 +0200

inetcpl.cpl: Add stub for LaunchConnectionDialog.

---

 dlls/inetcpl.cpl/inetcpl.c        |   12 +++++++++++-
 dlls/inetcpl.cpl/inetcpl.cpl.spec |    2 +-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/dlls/inetcpl.cpl/inetcpl.c b/dlls/inetcpl.cpl/inetcpl.c
index e11bf85..7a5ba07 100644
--- a/dlls/inetcpl.cpl/inetcpl.c
+++ b/dlls/inetcpl.cpl/inetcpl.c
@@ -212,11 +212,21 @@ BOOL WINAPI LaunchInternetControlPanel(HWND parent)
 }
 
 /*********************************************************************
+ * LaunchConnectionDialog (inetcpl.@)
+ *
+ */
+BOOL WINAPI LaunchConnectionDialog(HWND hParent)
+{
+    FIXME("(%p): stub\n", hParent);
+    return FALSE;
+}
+
+/*********************************************************************
  * LaunchInternetControlPanel (inetcpl.@)
  *
  */
 BOOL WINAPI LaunchPrivacyDialog(HWND hParent)
 {
-    FIXME(": stub\n");
+    FIXME("(%p): stub\n", hParent);
     return FALSE;
 }
diff --git a/dlls/inetcpl.cpl/inetcpl.cpl.spec b/dlls/inetcpl.cpl/inetcpl.cpl.spec
index 2e59562..bd56ae9 100644
--- a/dlls/inetcpl.cpl/inetcpl.cpl.spec
+++ b/dlls/inetcpl.cpl/inetcpl.cpl.spec
@@ -7,7 +7,7 @@
 @ stub GetAddSitesDisplayUrl
 @ stub ImportExportPFX
 @ stub LaunchAddSitesDialog
-@ stub LaunchConnectionDialog
+@ stdcall LaunchConnectionDialog(long)
 @ stdcall LaunchInternetControlPanel(long)
 @ stub LaunchPerSitePrivacyActionDialog
 @ stub LaunchPopupWindowManagementDialog




More information about the wine-cvs mailing list