mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
setupapi.CMP_RegisterNotification is not a stub anymore,
update cfgmgr32.spec accordingly. svn path=/trunk/; revision=40192
This commit is contained in:
parent
4d872d113e
commit
4724aa9fb0
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
@ stdcall CMP_Init_Detection(long) setupapi.CMP_Init_Detection
|
@ stdcall CMP_Init_Detection(long) setupapi.CMP_Init_Detection
|
||||||
@ stub CMP_RegisterNotification # setupapi.CMP_RegisterNotification
|
@ stdcall CMP_RegisterNotification(ptr ptr long ptr) setupapi.CMP_RegisterNotification
|
||||||
@ stdcall CMP_Report_LogOn(long long) setupapi.CMP_Report_LogOn
|
@ stdcall CMP_Report_LogOn(long long) setupapi.CMP_Report_LogOn
|
||||||
@ stub CMP_UnregisterNotification # setupapi.CMP_UnregisterNotification
|
@ stub CMP_UnregisterNotification # setupapi.CMP_UnregisterNotification
|
||||||
@ stdcall CMP_WaitNoPendingInstallEvents(long) setupapi.CMP_WaitNoPendingInstallEvents
|
@ stdcall CMP_WaitNoPendingInstallEvents(long) setupapi.CMP_WaitNoPendingInstallEvents
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
@ stub CMP_GetBlockedDriverInfo
|
@ stub CMP_GetBlockedDriverInfo
|
||||||
@ stub CMP_GetServerSideDeviceInstallFlags
|
@ stub CMP_GetServerSideDeviceInstallFlags
|
||||||
@ stdcall CMP_Init_Detection(long)
|
@ stdcall CMP_Init_Detection(long)
|
||||||
@ stdcall CMP_RegisterNotification( ptr ptr long ptr)
|
@ stdcall CMP_RegisterNotification(ptr ptr long ptr)
|
||||||
@ stdcall CMP_Report_LogOn(long long)
|
@ stdcall CMP_Report_LogOn(long long)
|
||||||
@ stub CMP_UnregisterNotification
|
@ stub CMP_UnregisterNotification
|
||||||
@ stdcall CMP_WaitNoPendingInstallEvents(long)
|
@ stdcall CMP_WaitNoPendingInstallEvents(long)
|
||||||
|
|
Loading…
Reference in a new issue