user32: Downgrade a FIXME to a WARN.

This commit is contained in:
Austin English 2009-05-27 23:21:50 -05:00 committed by Alexandre Julliard
parent 13a05caa97
commit 5f2a3d8467
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}