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
56247a20
Commit
56247a20
authored
Feb 23, 2006
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Feb 24, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cfgmgr32: Forward some functions to setupapi.dll.
parent
42121085
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.in
dlls/cfgmgr32/Makefile.in
+1
-1
cfgmgr32.spec
dlls/cfgmgr32/cfgmgr32.spec
+3
-2
No files found.
dlls/cfgmgr32/Makefile.in
View file @
56247a20
...
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
MODULE
=
cfgmgr32.dll
IMPORTLIB
=
libcfgmgr32.
$(IMPLIBEXT)
IMPORTS
=
kernel32
IMPORTS
=
setupapi
kernel32
C_SRCS
=
\
main.c
...
...
dlls/cfgmgr32/cfgmgr32.spec
View file @
56247a20
...
...
@@ -8,7 +8,7 @@
@ stub CM_Add_Res_Des
@ stub CM_Add_Res_Des_Ex
@ stub CM_Connect_MachineA
@ st
ub
CM_Connect_MachineW
@ st
dcall CM_Connect_MachineW(wstr ptr) setupapi.
CM_Connect_MachineW
@ stub CM_Create_DevNodeA
@ stub CM_Create_DevNodeW
@ stub CM_Create_DevNode_ExA
...
...
@@ -23,7 +23,7 @@
@ stub CM_Detect_Resource_Conflict_Ex
@ stub CM_Disable_DevNode
@ stub CM_Disable_DevNode_Ex
@ st
ub
CM_Disconnect_Machine
@ st
dcall CM_Disconnect_Machine(long) setupapi.
CM_Disconnect_Machine
@ stub CM_Dup_Range_List
@ stub CM_Enable_DevNode
@ stub CM_Enable_DevNode_Ex
...
...
@@ -177,3 +177,4 @@
@ stub CM_Unregister_Device_InterfaceW
@ stub CM_Unregister_Device_Interface_ExA
@ stub CM_Unregister_Device_Interface_ExW
@ stdcall CMP_WaitNoPendingInstallEvents(long) setupapi.CMP_WaitNoPendingInstallEvents
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