mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
do not hide stub with a DPRINT1 print it
svn path=/trunk/; revision=28685
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user