From 640b2bece9c95413ed0946a4d56fa40b309074ec Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Thu, 25 Aug 2016 12:08:58 +0000 Subject: [PATCH] [MSTSC] - Unbreak build svn path=/trunk/; revision=72458 --- reactos/base/applications/mstsc/connectdialog.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/base/applications/mstsc/connectdialog.c b/reactos/base/applications/mstsc/connectdialog.c index 57cb06166fb..6860d09c191 100644 --- a/reactos/base/applications/mstsc/connectdialog.c +++ b/reactos/base/applications/mstsc/connectdialog.c @@ -1274,6 +1274,10 @@ DlgProc(HWND hDlg, txtRc.right = bmpRc.right * 4 / 5; #else txtRc.right = bmpRc.right * 3 / 4; +#endif + txtRc.bottom = pInfo->headerbitmap.bmHeight * 9 / 10; + + if (LoadStringW(hInst, IDS_HEADERTEXT2, szBuffer, sizeof(szBuffer) / sizeof(WCHAR)))