mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
do not hide stub with a DPRINT1 print it
svn path=/trunk/; revision=28685
This commit is contained in:
parent
67896de824
commit
417c217247
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue