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)
display_cpl_sheets(parent);
return TRUE;
}
/*********************************************************************
* LaunchInternetControlPanel (inetcpl.@)
*
*/
BOOL WINAPI LaunchPrivacyDialog(HWND hParent)
{
FIXME(": stub\n");
return FALSE;
}
......@@ -11,7 +11,7 @@
@ stdcall LaunchInternetControlPanel(long)
@ stub LaunchPerSitePrivacyActionDialog
@ stub LaunchPopupWindowManagementDialog
@ stub LaunchPrivacyDialog
@ stdcall LaunchPrivacyDialog(long)
@ stub LaunchSecurityDialog
@ stub LaunchSecurityDialogEx
@ 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