Kill debug messages.
Modified: trunk/reactos/lib/user32/windows/hook.c

Modified: trunk/reactos/lib/user32/windows/hook.c
--- trunk/reactos/lib/user32/windows/hook.c	2005-07-07 23:29:53 UTC (rev 16502)
+++ trunk/reactos/lib/user32/windows/hook.c	2005-07-08 02:06:33 UTC (rev 16503)
@@ -56,7 +56,7 @@
 
 
 /*
- * @unimplemented
+ * @implemented
  */
 BOOL
 STDCALL
@@ -66,7 +66,6 @@
 {
    BOOL ret = FALSE;
 
-  UNIMPLEMENTED;
   if (nCode != HCBT_CREATEWND) ret = NtUserCallMsgFilter((LPMSG) lpMsg, nCode);
   else
      {
@@ -112,7 +111,7 @@
 
 
 /*
- * @unimplemented
+ * @implemented
  */
 BOOL
 STDCALL
@@ -120,9 +119,7 @@
   LPMSG lpMsg,
   int nCode)
 {
-  UNIMPLEMENTED;
   return  NtUserCallMsgFilter((LPMSG) lpMsg, nCode);
-//  return FALSE;
 }