[CONSRV] Fix build

This commit is contained in:
Pierre Schweitzer
2018-03-11 21:19:11 +01:00
parent 9591550116
commit 741ae8ccdc
2 changed files with 2 additions and 2 deletions
@@ -129,7 +129,7 @@ GuiPaintGraphicsBuffer(PGRAPHICS_SCREEN_BUFFER Buffer,
PCONSRV_CONSOLE Console = Buffer->Header.Console;
// ASSERT(Console == GuiData->Console);
SetRectEmpty(&rcFramebuffer);
SetRectEmpty(rcFramebuffer);
if (Buffer->BitMap == NULL) return;
@@ -358,7 +358,7 @@ GuiPaintTextModeBuffer(PTEXTMODE_SCREEN_BUFFER Buffer,
HFONT OldFont, NewFont;
BOOLEAN IsUnderline;
SetRectEmpty(&rcFramebuffer);
SetRectEmpty(rcFramebuffer);
if (Buffer->Buffer == NULL) return;