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
5560d475
Commit
5560d475
authored
Jan 20, 2004
by
Rein Klazes
Committed by
Alexandre Julliard
Jan 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for DiBuildClassDrvList().
parent
3ada2844
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
devinst16.c
dlls/setupapi/devinst16.c
+10
-0
setupx.spec
dlls/setupapi/setupx.spec
+1
-1
No files found.
dlls/setupapi/devinst16.c
View file @
5560d475
...
...
@@ -56,6 +56,16 @@ RETERR16 WINAPI DiBuildCompatDrvList16(LPDEVICE_INFO16 lpdi)
}
/***********************************************************************
* DiBuildClassDrvList (SETUPX.301)
*/
RETERR16
WINAPI
DiBuildClassDrvList16
(
LPDEVICE_INFO16
lpdi
)
{
FIXME
(
"(%p): stub
\n
"
,
lpdi
);
lpdi
->
lpCompatDrvList
=
NULL
;
return
FALSE
;
}
/***********************************************************************
* DiCallClassInstaller (SETUPX.308)
*/
RETERR16
WINAPI
DiCallClassInstaller16
(
/*DI_FUNCTIONS*/
WORD
diFctn
,
LPDEVICE_INFO16
lpdi
)
...
...
dlls/setupapi/setupx.spec
View file @
5560d475
...
...
@@ -135,7 +135,7 @@
213 pascal -ret16 vcpUICallbackProc(ptr word word long long) vcpUICallbackProc16
214 stub VcpAddMRUPath #(str)
300 pascal -ret16 DiBuildCompatDrvList (ptr) DiBuildCompatDrvList16
301
stub DiBuildClassDrvList #(ptr)
301
pascal -ret16 DiBuildClassDrvList (ptr) DiBuildClassDrvList16
302 stub DiDestroyDriverNodeList #(ptr)
303 pascal -ret16 DiCreateDeviceInfo (ptr str long long str str word) DiCreateDeviceInfo16
304 pascal -ret16 DiGetClassDevs(ptr str word word) DiGetClassDevs16
...
...
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