Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
296ac8cf
Commit
296ac8cf
authored
Dec 15, 2015
by
Austin English
Committed by
Alexandre Julliard
Dec 22, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupx.dll16: Add DiBuildDriverIndex stub.
Signed-off-by:
Austin English
<
austinenglish@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
bda46cc6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
setupx.dll16.spec
dlls/setupx.dll16/setupx.dll16.spec
+1
-1
setupx_main.c
dlls/setupx.dll16/setupx_main.c
+9
-0
No files found.
dlls/setupx.dll16/setupx.dll16.spec
View file @
296ac8cf
...
...
@@ -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)
...
...
dlls/setupx.dll16/setupx_main.c
View file @
296ac8cf
...
...
@@ -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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment