projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31c9627
)
Kill debug messages.
author
James Tabor
<james.tabor@reactos.org>
Fri, 8 Jul 2005 02:06:33 +0000
(
02:06
+0000)
committer
James Tabor
<james.tabor@reactos.org>
Fri, 8 Jul 2005 02:06:33 +0000
(
02:06
+0000)
svn path=/trunk/; revision=16503
reactos/lib/user32/windows/hook.c
patch
|
blob
|
history
diff --git
a/reactos/lib/user32/windows/hook.c
b/reactos/lib/user32/windows/hook.c
index
a2b2038
..
5d56b2d
100644
(file)
--- a/
reactos/lib/user32/windows/hook.c
+++ b/
reactos/lib/user32/windows/hook.c
@@
-56,7
+56,7
@@
CallMsgFilter(
/*
- * @
un
implemented
+ * @implemented
*/
BOOL
STDCALL
@@
-66,7
+66,6
@@
CallMsgFilterA(
{
BOOL ret = FALSE;
- UNIMPLEMENTED;
if (nCode != HCBT_CREATEWND) ret = NtUserCallMsgFilter((LPMSG) lpMsg, nCode);
else
{
@@
-112,7
+111,7
@@
CallMsgFilterA(
/*
- * @
un
implemented
+ * @implemented
*/
BOOL
STDCALL
@@
-120,9
+119,7
@@
CallMsgFilterW(
LPMSG lpMsg,
int nCode)
{
- UNIMPLEMENTED;
return NtUserCallMsgFilter((LPMSG) lpMsg, nCode);
-// return FALSE;
}