uppbox: WinInstaller2 change

git-svn-id: svn://ultimatepp.org/upp/trunk@2070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-02-14 16:32:19 +00:00
parent 4c1b906697
commit 0f724c80fa

View file

@ -18,7 +18,7 @@ BOOL BrowseFolder( HWND hwndOwner, LPTSTR lpszDir, LPCTSTR lpszTitle )
bi.pidlRoot = NULL;
bi.pszDisplayName = lpszDir;
bi.lpszTitle = lpszTitle;
bi.ulFlags = BIF_RETURNONLYFSDIRS; // new api for BIF_NEWDIALOGSTYLE
bi.ulFlags = BIF_NEWDIALOGSTYLE;
bi.lpfn = NULL;
bi.lParam = 0;