mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Fix build.
svn path=/trunk/; revision=62719
This commit is contained in:
parent
85b40a6ccc
commit
9d33160552
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ FontProc(HWND hwndDlg,
|
|||
}
|
||||
else if (drawItem->CtlID == IDC_STATIC_SELECT_FONT_PREVIEW)
|
||||
{
|
||||
PaintText(drawItem, pConInfo);
|
||||
PaintText(drawItem, pConInfo, Screen);
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue