Make GCC happy
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7311 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3a3d2202a7
commit
488ecccde5
7 changed files with 24 additions and 14 deletions
|
@ -622,16 +622,8 @@ INT_PTR CALLBACK DialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam
|
|||
break;
|
||||
}
|
||||
case WM_MAKENSIS_FREEZEEDITOR:
|
||||
{
|
||||
ITextDocument*pTD = (ITextDocument*) g_sdata.pLogTextDoc;
|
||||
if (pTD) {
|
||||
if (lParam)
|
||||
return pTD->Freeze(0);
|
||||
else
|
||||
pTD->Unfreeze(0);
|
||||
}
|
||||
RicheditFreeze(g_sdata.pLogTextDoc, lParam);
|
||||
break;
|
||||
}
|
||||
case WM_TIMER:
|
||||
{
|
||||
HWND hCtl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue