Module: wine Branch: master Commit: 56b18f88572ab5a353fa029f046b3d7aff9c9d51 URL: http://source.winehq.org/git/wine.git/?a=commit;h=56b18f88572ab5a353fa029f04...
Author: Austin English austinenglish@gmail.com Date: Thu Dec 29 16:32:29 2011 -0600
inetcpl.cpl: Add a stub for LaunchPrivacyDialog.
---
dlls/inetcpl.cpl/inetcpl.c | 10 ++++++++++ dlls/inetcpl.cpl/inetcpl.cpl.spec | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/dlls/inetcpl.cpl/inetcpl.c b/dlls/inetcpl.cpl/inetcpl.c index 4a7b2b0..6981277 100644 --- a/dlls/inetcpl.cpl/inetcpl.c +++ b/dlls/inetcpl.cpl/inetcpl.c @@ -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; +} diff --git a/dlls/inetcpl.cpl/inetcpl.cpl.spec b/dlls/inetcpl.cpl/inetcpl.cpl.spec index eaf5e4d..90f1d43 100644 --- a/dlls/inetcpl.cpl/inetcpl.cpl.spec +++ b/dlls/inetcpl.cpl/inetcpl.cpl.spec @@ -11,7 +11,7 @@ @ stdcall LaunchInternetControlPanel(long) @ stub LaunchPerSitePrivacyActionDialog @ stub LaunchPopupWindowManagementDialog -@ stub LaunchPrivacyDialog +@ stdcall LaunchPrivacyDialog(long) @ stub LaunchSecurityDialog @ stub LaunchSecurityDialogEx @ stdcall LaunchSiteCertDialog(long)