mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
silence debug message
svn path=/trunk/; revision=10850
This commit is contained in:
parent
09afb31c28
commit
c7f278a12e
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: misc.c,v 1.84 2004/08/17 21:47:36 weiden Exp $
|
/* $Id: misc.c,v 1.85 2004/09/13 21:37:32 weiden Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -131,6 +131,10 @@ NtUserCallNoParam(DWORD Routine)
|
||||||
Result = (DWORD)CsrInit();
|
Result = (DWORD)CsrInit();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case NOPARAM_ROUTINE_GDI_QUERY_TABLE:
|
||||||
|
/* not used yet */
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
DPRINT1("Calling invalid routine number 0x%x in NtUserCallNoParam\n", Routine);
|
DPRINT1("Calling invalid routine number 0x%x in NtUserCallNoParam\n", Routine);
|
||||||
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
SetLastWin32Error(ERROR_INVALID_PARAMETER);
|
||||||
|
|
Loading…
Reference in a new issue