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:
kichik 2005-02-04 20:49:00 +00:00
parent 282cd1ef72
commit 48f6cfb392

View file

@ -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;