From aeb83a9ac988d2e9a609a645bea373147e1f78b2 Mon Sep 17 00:00:00 2001 From: Ricardo Filipe Date: Sun, 21 Dec 2008 03:04:32 +0000 Subject: cfgmgr32: add prototypes for CM_Locate_DevNodeA\W --- include/cfgmgr32.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/cfgmgr32.h b/include/cfgmgr32.h index 20bb935..32be733 100644 --- a/include/cfgmgr32.h +++ b/include/cfgmgr32.h @@ -129,6 +129,9 @@ CMAPI CONFIGRET WINAPI CM_Get_Device_ID_List_ExW(PCWSTR,PWCHAR,ULONG,ULONG,HMACH #define CM_Get_Device_ID_List_Ex WINELIB_NAME_AW(CM_Get_Device_ID_List_Ex) CMAPI CONFIGRET WINAPI CM_Get_Device_ID_Size(PULONG,DEVINST,ULONG); CMAPI CONFIGRET WINAPI CM_Get_Device_ID_Size_Ex(PULONG,DEVINST,ULONG,HMACHINE); +CMAPI CONFIGRET WINAPI CM_Locate_DevNodeA(PDEVINST,DEVINSTID_A,ULONG); +CMAPI CONFIGRET WINAPI CM_Locate_DevNodeW(PDEVINST,DEVINSTID_W,ULONG); +#define CM_Locate_DevNode WINELIB_NAME_AW(CM_Locate_DevNode) #ifdef __cplusplus } -- 1.5.6.3