[pkg-wine-party] [wine] 08/38: setupx.dll16: Add DiBuildDriverIndex stub.

Michael Gilbert mgilbert at moszumanska.debian.org
Sat Feb 6 02:23:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch upstream-stable
in repository wine.

commit e59f0bed85e71d32d9ee306b0f98e162fea9b9b6
Author: Austin English <austinenglish at gmail.com>
Date:   Tue Dec 15 11:48:35 2015 -0600

    setupx.dll16: Add DiBuildDriverIndex stub.
    
    Signed-off-by: Austin English <austinenglish at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>
    (cherry picked from commit 296ac8cf320336353fc5f5da3897c808a65556e3)
    Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
---
 dlls/setupx.dll16/setupx.dll16.spec | 2 +-
 dlls/setupx.dll16/setupx_main.c     | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/dlls/setupx.dll16/setupx.dll16.spec b/dlls/setupx.dll16/setupx.dll16.spec
index 615e92f..34e6b68 100644
--- a/dlls/setupx.dll16/setupx.dll16.spec
+++ b/dlls/setupx.dll16/setupx.dll16.spec
@@ -205,7 +205,7 @@
 409  stub     IPGETDRIVERVERSION
 410  stub     IpGetVersionString #(str str ptr word str)
 411  pascal   VcpExplain(ptr long) VcpExplain16
-412  stub     DiBuildDriverIndex #(word)
+412  pascal   DiBuildDriverIndex(word) DiBuildDriverIndex16
 413  stub     DiAddSingleInfToDrvIdx #(str word word)
 414  stub     FCEGETFLAGS
 450  stub     UiMakeDlgNonBold #(word)
diff --git a/dlls/setupx.dll16/setupx_main.c b/dlls/setupx.dll16/setupx_main.c
index adc5900..db15cfe 100644
--- a/dlls/setupx.dll16/setupx_main.c
+++ b/dlls/setupx.dll16/setupx_main.c
@@ -628,3 +628,12 @@ RETERR16 WINAPI CtlSetLddPath16(LOGDISKID16 ldid, LPSTR szPath)
     ldd.pszPath = szPath;
     return CtlSetLdd16(&ldd);
 }
+
+/***********************************************************************
+ *		DiBuildDriverIndex  (SETUPX.412)
+ */
+RETERR16 WINAPI DiBuildDriverIndex16( WORD w1 )
+{
+    FIXME( "%x: stub\n", w1 );
+    return 0;
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list