mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Kill debug messages.
svn path=/trunk/; revision=16503
This commit is contained in:
parent
31c9627540
commit
953b49324b
1 changed files with 2 additions and 5 deletions
|
@ -56,7 +56,7 @@ CallMsgFilter(
|
|||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @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(
|
|||
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
BOOL
|
||||
STDCALL
|
||||
|
@ -120,9 +119,7 @@ CallMsgFilterW(
|
|||
LPMSG lpMsg,
|
||||
int nCode)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return NtUserCallMsgFilter((LPMSG) lpMsg, nCode);
|
||||
// return FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue