Module: wine Branch: master Commit: 0ff72271d1cd946747a1f475798f2d90dbcf1385 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ff72271d1cd946747a1f47579...
Author: André Hentschel nerv@dawncrow.de Date: Thu Mar 8 22:32:00 2012 +0100
inetcpl: Add stub for DllInstall.
---
dlls/inetcpl.cpl/inetcpl.c | 9 +++++++++ dlls/inetcpl.cpl/inetcpl.cpl.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/dlls/inetcpl.cpl/inetcpl.c b/dlls/inetcpl.cpl/inetcpl.c index 6981277..e11bf85 100644 --- a/dlls/inetcpl.cpl/inetcpl.c +++ b/dlls/inetcpl.cpl/inetcpl.c @@ -60,6 +60,15 @@ BOOL WINAPI DllMain(HINSTANCE hdll, DWORD reason, LPVOID reserved) return TRUE; }
+/*********************************************************************** + * DllInstall (inetcpl.@) + */ +HRESULT WINAPI DllInstall(BOOL bInstall, LPCWSTR cmdline) +{ + FIXME("(%s, %s): stub\n", bInstall ? "TRUE" : "FALSE", debugstr_w(cmdline)); + return S_OK; +} + /****************************************************************************** * propsheet_callback [internal] * diff --git a/dlls/inetcpl.cpl/inetcpl.cpl.spec b/dlls/inetcpl.cpl/inetcpl.cpl.spec index 90f1d43..2e59562 100644 --- a/dlls/inetcpl.cpl/inetcpl.cpl.spec +++ b/dlls/inetcpl.cpl/inetcpl.cpl.spec @@ -3,7 +3,7 @@ @ stub AddInternetPropertySheetsEx @ stdcall CPlApplet(long long long long) @ stub DisplayPopupWindowManagementDialog -@ stub DllInstall +@ stdcall -private DllInstall(long wstr) @ stub GetAddSitesDisplayUrl @ stub ImportExportPFX @ stub LaunchAddSitesDialog