mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[WIN32K]
- Silence a forgotten and very noisy DPRINT. svn path=/trunk/; revision=64180
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user