Commit 56b18f88 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

inetcpl.cpl: Add a stub for LaunchPrivacyDialog.

parent daf0cba8
...@@ -201,3 +201,13 @@ BOOL WINAPI LaunchInternetControlPanel(HWND parent) ...@@ -201,3 +201,13 @@ BOOL WINAPI LaunchInternetControlPanel(HWND parent)
display_cpl_sheets(parent); display_cpl_sheets(parent);
return TRUE; return TRUE;
} }
/*********************************************************************
* LaunchInternetControlPanel (inetcpl.@)
*
*/
BOOL WINAPI LaunchPrivacyDialog(HWND hParent)
{
FIXME(": stub\n");
return FALSE;
}
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
@ stdcall LaunchInternetControlPanel(long) @ stdcall LaunchInternetControlPanel(long)
@ stub LaunchPerSitePrivacyActionDialog @ stub LaunchPerSitePrivacyActionDialog
@ stub LaunchPopupWindowManagementDialog @ stub LaunchPopupWindowManagementDialog
@ stub LaunchPrivacyDialog @ stdcall LaunchPrivacyDialog(long)
@ stub LaunchSecurityDialog @ stub LaunchSecurityDialog
@ stub LaunchSecurityDialogEx @ stub LaunchSecurityDialogEx
@ stdcall LaunchSiteCertDialog(long) @ stdcall LaunchSiteCertDialog(long)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment