mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -130,6 +130,10 @@ NtUserCallNoParam(DWORD Routine)
|
|||
case NOPARAM_ROUTINE_CSRSS_INITIALIZED:
|
||||
Result = (DWORD)CsrInit();
|
||||
break;
|
||||
|
||||
case NOPARAM_ROUTINE_GDI_QUERY_TABLE:
|
||||
/* not used yet */
|
||||
break;
|
||||
|
||||
default:
|
||||
DPRINT1("Calling invalid routine number 0x%x in NtUserCallNoParam\n", Routine);
|
||||
|
|
Loading…
Reference in a new issue