mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[WIN32K]
- Silence a forgotten and very noisy DPRINT. svn path=/trunk/; revision=64180
This commit is contained in:
parent
d87a241b25
commit
0ac46dd0d3
1 changed files with 1 additions and 1 deletions
|
@ -3381,7 +3381,7 @@ NtGdiCreateRectRgn(INT LeftRect, INT TopRect, INT RightRect, INT BottomRect)
|
|||
REGION_SetRectRgn(pRgn, LeftRect, TopRect, RightRect, BottomRect);
|
||||
RGNOBJAPI_Unlock(pRgn);
|
||||
|
||||
DPRINT1("Returning %p.\n", hRgn);
|
||||
DPRINT("Returning %p.\n", hRgn);
|
||||
|
||||
return hRgn;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue