mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[KERNEL32]: Ironically enough, the "unimplemented" SetMessageWAitingIndicator function, which failed with sTATUS_NOT_IMPLEMENTED.... is how Windows implements this API! Mark it as so.
svn path=/trunk/; revision=52824
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user