Commit 8afc3668 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

inetcpl.cpl: Add stub for LaunchConnectionDialog.

parent 2d5abbd1
...@@ -212,11 +212,21 @@ BOOL WINAPI LaunchInternetControlPanel(HWND parent) ...@@ -212,11 +212,21 @@ BOOL WINAPI LaunchInternetControlPanel(HWND parent)
} }
/********************************************************************* /*********************************************************************
* 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;
} }
...@@ -7,7 +7,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment