inetcpl: Add stub for DllInstall

André Hentschel nerv at dawncrow.de
Thu Mar 8 15:32:00 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=29717
---
 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
-- 

Best Regards, André Hentschel
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Nachrichtenteil als Anhang
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120308/0601478a/attachment.ksh>


More information about the wine-patches mailing list