Fixed some warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6443 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
07183c43a9
commit
a7261be70c
7 changed files with 40 additions and 50 deletions
|
@ -986,7 +986,7 @@ static INT_PTR CALLBACK DirProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM l
|
|||
{
|
||||
static TCHAR bt[NSIS_MAX_STRLEN];
|
||||
BROWSEINFO bi = {0,};
|
||||
ITEMIDLIST *idlist;
|
||||
LPITEMIDLIST idlist;
|
||||
bi.hwndOwner = hwndDlg;
|
||||
bi.pszDisplayName = g_tmp;
|
||||
bi.lpfn = BrowseCallbackProc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue