diff --git a/reactos/subsystems/win32/win32k/objects/dc.c b/reactos/subsystems/win32/win32k/objects/dc.c index 2405241a76f..a3b717e8b19 100644 --- a/reactos/subsystems/win32/win32k/objects/dc.c +++ b/reactos/subsystems/win32/win32k/objects/dc.c @@ -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 */ }