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:
anders_k 2021-09-01 18:58:53 +00:00
parent 3a3d2202a7
commit 488ecccde5
7 changed files with 24 additions and 14 deletions

View file

@ -181,6 +181,7 @@ static inline void GetGripperPos(HWND hwnd, RECT&r)
}
bool RicheditHasSelection(HWND hRE);
HRESULT RicheditFreeze(void*pITextDocument, SIZE_T Freeze);
void EnableUICommand(UINT Id, INT_PTR Enabled);