Commit 5f2a3d84 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

user32: Downgrade a FIXME to a WARN.

parent 13a05caa
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment