user32: Downgrade a FIXME to a WARN.
This commit is contained in:
parent
13a05caa97
commit
5f2a3d8467
|
@ -891,6 +891,7 @@ void WINAPI NotifyWinEvent(DWORD event, HWND hwnd, LONG object_id, LONG child_id
|
|||
*/
|
||||
BOOL WINAPI IsWinEventHookInstalled(DWORD dwEvent)
|
||||
{
|
||||
FIXME("(%d)-stub!\n", dwEvent);
|
||||
/* FIXME: Needed by Office 2007 installer */
|
||||
WARN("(%d)-stub!\n", dwEvent);
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue