inetcpl.cpl: add a stub for LaunchPrivacyDialog

Austin English austinenglish at gmail.com
Thu Dec 29 16:32:29 CST 2011


http://bugs.winehq.org/show_bug.cgi?id=29475

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/inetcpl.cpl/inetcpl.c b/dlls/inetcpl.cpl/inetcpl.c
index 4a7b2b0..6981277 100644
--- a/dlls/inetcpl.cpl/inetcpl.c
+++ b/dlls/inetcpl.cpl/inetcpl.c
@@ -201,3 +201,13 @@ BOOL WINAPI LaunchInternetControlPanel(HWND parent)
     display_cpl_sheets(parent);
     return TRUE;
 }
+
+/*********************************************************************
+ * LaunchInternetControlPanel (inetcpl.@)
+ *
+ */
+BOOL WINAPI LaunchPrivacyDialog(HWND hParent)
+{
+    FIXME(": stub\n");
+    return FALSE;
+}
diff --git a/dlls/inetcpl.cpl/inetcpl.cpl.spec b/dlls/inetcpl.cpl/inetcpl.cpl.spec
index eaf5e4d..90f1d43 100644
--- a/dlls/inetcpl.cpl/inetcpl.cpl.spec
+++ b/dlls/inetcpl.cpl/inetcpl.cpl.spec
@@ -11,7 +11,7 @@
 @ stdcall LaunchInternetControlPanel(long)
 @ stub LaunchPerSitePrivacyActionDialog
 @ stub LaunchPopupWindowManagementDialog
-@ stub LaunchPrivacyDialog
+@ stdcall LaunchPrivacyDialog(long)
 @ stub LaunchSecurityDialog
 @ stub LaunchSecurityDialogEx
 @ stdcall LaunchSiteCertDialog(long)


More information about the wine-patches mailing list