user32.IsWinEventHookInstalled fix

Sylvain Petreolle spetreolle at yahoo.fr
Tue Nov 23 13:04:30 CST 2004


Since this is a stub, we can safely answer there is no WinEvent hook installed.

Index: dlls/user/hook.c
===================================================================
RCS file: /home/wine/wine/dlls/user/hook.c,v
retrieving revision 1.12
diff -u -r1.12 hook.c
--- dlls/user/hook.c    19 May 2004 03:22:55 -0000      1.12
+++ dlls/user/hook.c    23 Nov 2004 19:02:39 -0000
@@ -623,5 +623,5 @@
 BOOL WINAPI IsWinEventHookInstalled(DWORD dwEvent)
 {
     FIXME("(%ld)-stub!\n", dwEvent);
-    return TRUE;
+    return FALSE;
 }


=====
Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net)
humans are like computers,
yesterday the BIOS was all
- today its just a word



More information about the wine-patches mailing list