[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:04:13 UTC 2012


The following commit has been merged in the wheezy branch:
commit 7e85dd8c6b7109ae4b83821ca820e4249c802ee7
Author: André Hentschel <nerv at dawncrow.de>
Date:   Thu Mar 8 22:32:00 2012 +0100

    inetcpl: Add stub for DllInstall.
    (cherry picked from commit 0ff72271d1cd946747a1f475798f2d90dbcf1385)

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

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list