added FORCE_INLINE to RefreshComponents
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3901 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
282cd1ef72
commit
48f6cfb392
1 changed files with 1 additions and 1 deletions
|
@ -969,7 +969,7 @@ static BOOL CALLBACK DirProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPar
|
|||
|
||||
#ifdef NSIS_CONFIG_COMPONENTPAGE
|
||||
|
||||
static void NSISCALL RefreshComponents(HWND hwTree, HTREEITEM *items)
|
||||
static void FORCE_INLINE NSISCALL RefreshComponents(HWND hwTree, HTREEITEM *items)
|
||||
{
|
||||
TVITEM item;
|
||||
int i, flags, state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue