diff --git a/reactos/dll/win32/kernel32/client/power.c b/reactos/dll/win32/kernel32/client/power.c index 5a9e1412057..18ff2315d13 100644 --- a/reactos/dll/win32/kernel32/client/power.c +++ b/reactos/dll/win32/kernel32/client/power.c @@ -251,15 +251,14 @@ IsSystemResumeAutomatic(VOID) } /* - * @unimplemented + * @implemented */ BOOL WINAPI -SetMessageWaitingIndicator(HANDLE hMsgIndicator, - ULONG ulMsgCount) +SetMessageWaitingIndicator(IN HANDLE hMsgIndicator, + IN ULONG ulMsgCount) { SetLastError(ERROR_CALL_NOT_IMPLEMENTED); - DPRINT1("SetMessageWaitingIndicator is UNIMPLEMENTED!\n"); return 0; }