inetcpl.cpl: Add stub for LaunchConnectionDialog.

This commit is contained in:
André Hentschel 2013-05-18 16:12:05 +02:00 committed by Alexandre Julliard
parent 2d5abbd1d7
commit 8afc3668a5
2 changed files with 12 additions and 2 deletions

View file

@ -211,12 +211,22 @@ BOOL WINAPI LaunchInternetControlPanel(HWND parent)
return TRUE; return TRUE;
} }
/*********************************************************************
* LaunchConnectionDialog (inetcpl.@)
*
*/
BOOL WINAPI LaunchConnectionDialog(HWND hParent)
{
FIXME("(%p): stub\n", hParent);
return FALSE;
}
/********************************************************************* /*********************************************************************
* LaunchInternetControlPanel (inetcpl.@) * LaunchInternetControlPanel (inetcpl.@)
* *
*/ */
BOOL WINAPI LaunchPrivacyDialog(HWND hParent) BOOL WINAPI LaunchPrivacyDialog(HWND hParent)
{ {
FIXME(": stub\n"); FIXME("(%p): stub\n", hParent);
return FALSE; return FALSE;
} }

View file

@ -7,7 +7,7 @@
@ stub GetAddSitesDisplayUrl @ stub GetAddSitesDisplayUrl
@ stub ImportExportPFX @ stub ImportExportPFX
@ stub LaunchAddSitesDialog @ stub LaunchAddSitesDialog
@ stub LaunchConnectionDialog @ stdcall LaunchConnectionDialog(long)
@ stdcall LaunchInternetControlPanel(long) @ stdcall LaunchInternetControlPanel(long)
@ stub LaunchPerSitePrivacyActionDialog @ stub LaunchPerSitePrivacyActionDialog
@ stub LaunchPopupWindowManagementDialog @ stub LaunchPopupWindowManagementDialog