Freed 104 bytes for more dll imports, at the cost of 78 bytes of code

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1869 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
eccles 2002-12-02 23:08:10 +00:00
parent fa330ae04d
commit 3bfb7393d6
5 changed files with 29 additions and 11 deletions

View file

@ -69,7 +69,7 @@ BOOL CALLBACK verProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
static char bt[64];
wsprintf(bt,msg,MulDiv(m_pos,100,m_length));
SetWindowText(hwndDlg,bt);
my_SetWindowText(hwndDlg,bt);
my_SetDialogItemText(hwndDlg,IDC_STR,bt);
}
return 0;