inetcpl.cpl: Add stub for LaunchConnectionDialog.
This commit is contained in:
parent
2d5abbd1d7
commit
8afc3668a5
|
@ -211,12 +211,22 @@ BOOL WINAPI LaunchInternetControlPanel(HWND parent)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
/*********************************************************************
|
||||
* LaunchConnectionDialog (inetcpl.@)
|
||||
*
|
||||
*/
|
||||
BOOL WINAPI LaunchConnectionDialog(HWND hParent)
|
||||
{
|
||||
FIXME("(%p): stub\n", hParent);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/*********************************************************************
|
||||
* LaunchInternetControlPanel (inetcpl.@)
|
||||
*
|
||||
*/
|
||||
BOOL WINAPI LaunchPrivacyDialog(HWND hParent)
|
||||
{
|
||||
FIXME(": stub\n");
|
||||
FIXME("(%p): stub\n", hParent);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
@ stub GetAddSitesDisplayUrl
|
||||
@ stub ImportExportPFX
|
||||
@ stub LaunchAddSitesDialog
|
||||
@ stub LaunchConnectionDialog
|
||||
@ stdcall LaunchConnectionDialog(long)
|
||||
@ stdcall LaunchInternetControlPanel(long)
|
||||
@ stub LaunchPerSitePrivacyActionDialog
|
||||
@ stub LaunchPopupWindowManagementDialog
|
||||
|
|
Loading…
Reference in New Issue