Skip to content
Snippets Groups Projects
Commit 8afc3668 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

inetcpl.cpl: Add stub for LaunchConnectionDialog.

parent 2d5abbd1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment