inetcpl.cpl: Add a stub for LaunchPrivacyDialog.
This commit is contained in:
parent
daf0cba81f
commit
56b18f8857
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue