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
c514700b
Commit
c514700b
authored
Jul 24, 2006
by
Christian Gmeiner
Committed by
Alexandre Julliard
Jul 24, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: Move SetupDiGetClassDevsExW into devinst.c.
parent
9f894272
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
11 deletions
+16
-11
devinst.c
dlls/setupapi/devinst.c
+16
-0
stubs.c
dlls/setupapi/stubs.c
+0
-11
No files found.
dlls/setupapi/devinst.c
View file @
c514700b
...
@@ -1026,6 +1026,22 @@ HDEVINFO WINAPI SetupDiGetClassDevsW(
...
@@ -1026,6 +1026,22 @@ HDEVINFO WINAPI SetupDiGetClassDevsW(
}
}
/***********************************************************************
/***********************************************************************
* SetupDiGetClassDevsExW (SETUPAPI.@)
*/
HDEVINFO
WINAPI
SetupDiGetClassDevsExW
(
CONST
GUID
*
class
,
PCWSTR
enumstr
,
HWND
parent
,
DWORD
flags
,
HDEVINFO
deviceset
,
PCWSTR
machine
,
PVOID
reserved
)
{
FIXME
(
"stub"
);
return
FALSE
;
}
/***********************************************************************
* SetupDiEnumDeviceInterfaces (SETUPAPI.@)
* SetupDiEnumDeviceInterfaces (SETUPAPI.@)
*/
*/
BOOL
WINAPI
SetupDiEnumDeviceInterfaces
(
BOOL
WINAPI
SetupDiEnumDeviceInterfaces
(
...
...
dlls/setupapi/stubs.c
View file @
c514700b
...
@@ -80,17 +80,6 @@ HDEVINFO WINAPI SetupDiGetClassDevsExA(const GUID *class, PCSTR filter, HWND par
...
@@ -80,17 +80,6 @@ HDEVINFO WINAPI SetupDiGetClassDevsExA(const GUID *class, PCSTR filter, HWND par
}
}
/***********************************************************************
/***********************************************************************
* (SETUPAPI.@)
*
* NO WINAPI in description given
*/
HDEVINFO
WINAPI
SetupDiGetClassDevsExW
(
const
GUID
*
class
,
PCWSTR
filter
,
HWND
parent
,
DWORD
flags
,
HDEVINFO
deviceset
,
PCWSTR
machine
,
PVOID
reserved
)
{
FIXME
(
"
\n
"
);
return
FALSE
;
}
/***********************************************************************
* CM_Connect_MachineW (SETUPAPI.@)
* CM_Connect_MachineW (SETUPAPI.@)
*/
*/
DWORD
WINAPI
CM_Connect_MachineW
(
LPCWSTR
name
,
void
*
machine
)
DWORD
WINAPI
CM_Connect_MachineW
(
LPCWSTR
name
,
void
*
machine
)
...
...
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