do not hide stub with a DPRINT1 print it

svn path=/trunk/; revision=28685
This commit is contained in:
Magnus Olsen 2007-08-30 20:01:59 +00:00
parent 67896de824
commit 417c217247

View file

@ -3288,7 +3288,7 @@ NtGdiGetBoundsRect(
OUT LPRECT prc,
IN DWORD f)
{
DPRINT("stub");
DPRINT1("stub");
return DCB_RESET; /* bounding rectangle always empty */
}
@ -3299,7 +3299,7 @@ NtGdiSetBoundsRect(
IN LPRECT prc,
IN DWORD f)
{
DPRINT("stub");
DPRINT1("stub");
return DCB_DISABLE; /* bounding rectangle always empty */
}