mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
uppbox: WinInstaller2 change
git-svn-id: svn://ultimatepp.org/upp/trunk@2070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4c1b906697
commit
0f724c80fa
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ BOOL BrowseFolder( HWND hwndOwner, LPTSTR lpszDir, LPCTSTR lpszTitle )
|
||||||
bi.pidlRoot = NULL;
|
bi.pidlRoot = NULL;
|
||||||
bi.pszDisplayName = lpszDir;
|
bi.pszDisplayName = lpszDir;
|
||||||
bi.lpszTitle = lpszTitle;
|
bi.lpszTitle = lpszTitle;
|
||||||
bi.ulFlags = BIF_RETURNONLYFSDIRS; // new api for BIF_NEWDIALOGSTYLE
|
bi.ulFlags = BIF_NEWDIALOGSTYLE;
|
||||||
bi.lpfn = NULL;
|
bi.lpfn = NULL;
|
||||||
bi.lParam = 0;
|
bi.lParam = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue