inetcpl.cpl: Add a stub for LaunchPrivacyDialog.

This commit is contained in:
Austin English 2011-12-29 16:32:29 -06:00 committed by Alexandre Julliard
parent daf0cba81f
commit 56b18f8857
2 changed files with 11 additions and 1 deletions

View File

@ -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;
}

View File

@ -11,7 +11,7 @@
@ stdcall LaunchInternetControlPanel(long)
@ stub LaunchPerSitePrivacyActionDialog
@ stub LaunchPopupWindowManagementDialog
@ stub LaunchPrivacyDialog
@ stdcall LaunchPrivacyDialog(long)
@ stub LaunchSecurityDialog
@ stub LaunchSecurityDialogEx
@ stdcall LaunchSiteCertDialog(long)