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
3013b6c6
Commit
3013b6c6
authored
Jul 13, 2014
by
Austin English
Committed by
Alexandre Julliard
Jul 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: Add a stub for SetupDiSetClassInstallParamsW.
parent
421d3cd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
devinst.c
dlls/setupapi/devinst.c
+14
-0
setupapi.spec
dlls/setupapi/setupapi.spec
+1
-1
No files found.
dlls/setupapi/devinst.c
View file @
3013b6c6
...
...
@@ -3648,6 +3648,20 @@ BOOL WINAPI SetupDiSetClassInstallParamsA(
}
/***********************************************************************
* SetupDiSetClassInstallParamsW (SETUPAPI.@)
*/
BOOL
WINAPI
SetupDiSetClassInstallParamsW
(
HDEVINFO
DeviceInfoSet
,
PSP_DEVINFO_DATA
DeviceInfoData
,
PSP_CLASSINSTALL_HEADER
ClassInstallParams
,
DWORD
ClassInstallParamsSize
)
{
FIXME
(
"%p %p %x %u
\n
"
,
DeviceInfoSet
,
DeviceInfoData
,
ClassInstallParams
->
InstallFunction
,
ClassInstallParamsSize
);
return
FALSE
;
}
/***********************************************************************
* SetupDiCallClassInstaller (SETUPAPI.@)
*/
BOOL
WINAPI
SetupDiCallClassInstaller
(
...
...
dlls/setupapi/setupapi.spec
View file @
3013b6c6
...
...
@@ -384,7 +384,7 @@
@ stub SetupDiSelectDevice
@ stub SetupDiSelectOEMDrv
@ stdcall SetupDiSetClassInstallParamsA(ptr ptr ptr long)
@ st
ub SetupDiSetClassInstallParamsW
@ st
dcall SetupDiSetClassInstallParamsW(ptr ptr ptr long)
@ stdcall SetupDiSetDeviceInstallParamsA(ptr ptr ptr)
@ stub SetupDiSetDeviceInstallParamsW
@ stdcall SetupDiSetDeviceRegistryPropertyA(ptr ptr long ptr ptr)
...
...
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