mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Fixed CMP_UnregisterNotification. Add IN, sorry.
svn path=/trunk/; revision=29127
This commit is contained in:
parent
e5f58a8b91
commit
b5b2b493c4
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ CMP_Report_LogOn(
|
||||||
CMAPI
|
CMAPI
|
||||||
CONFIGRET
|
CONFIGRET
|
||||||
WINAPI
|
WINAPI
|
||||||
CMP_UnregisterNotification(ULONG luhDevNotify);
|
CMP_UnregisterNotification(IN ULONG luhDevNotify);
|
||||||
|
|
||||||
/* FIXME: Missing CMP_WaitNoPendingInstallEvents */
|
/* FIXME: Missing CMP_WaitNoPendingInstallEvents */
|
||||||
/* FIXME: Missing CMP_WaitServicesAvailable */
|
/* FIXME: Missing CMP_WaitServicesAvailable */
|
||||||
|
|
Loading…
Reference in a new issue