silence debug message

svn path=/trunk/; revision=10850
This commit is contained in:
Thomas Bluemel 2004-09-13 21:37:32 +00:00
parent 09afb31c28
commit c7f278a12e

View file

@ -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);