inetcpl.cpl: Add stub for LaunchConnectionDialog

André Hentschel nerv at dawncrow.de
Sat May 18 09:12:05 CDT 2013


For Intel Beacon Mountain 0.5
---
 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
-- 
1.8.1.2



More information about the wine-patches mailing list