cfgmgr32: Forward some functions to setupapi.dll.

This commit is contained in:
Detlef Riekenberg 2006-02-23 12:26:22 +01:00 committed by Alexandre Julliard
parent 4212108598
commit 56247a2084
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = cfgmgr32.dll
IMPORTLIB = libcfgmgr32.$(IMPLIBEXT)
IMPORTS = kernel32
IMPORTS = setupapi kernel32
C_SRCS = \
main.c

View File

@ -8,7 +8,7 @@
@ stub CM_Add_Res_Des
@ stub CM_Add_Res_Des_Ex
@ stub CM_Connect_MachineA
@ stub CM_Connect_MachineW
@ stdcall 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
@ stub CM_Disconnect_Machine
@ stdcall 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