Austin English : user32: Downgrade a FIXME to a WARN.

Alexandre Julliard julliard at winehq.org
Thu May 28 09:39:42 CDT 2009


Module: wine
Branch: master
Commit: 5f2a3d8467dc48883547d2d2e52a7b3b4d5d50c4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5f2a3d8467dc48883547d2d2e52a7b3b4d5d50c4

Author: Austin English <austinenglish at gmail.com>
Date:   Wed May 27 23:21:50 2009 -0500

user32: Downgrade a FIXME to a WARN.

---

 dlls/user32/hook.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/hook.c b/dlls/user32/hook.c
index 0b0d7c4..b6dc8e8 100644
--- a/dlls/user32/hook.c
+++ b/dlls/user32/hook.c
@@ -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;
 }




More information about the wine-cvs mailing list