mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-03 22:03:27 -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
8ee360566e
commit
b56301c528
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.pszDisplayName = lpszDir;
|
||||
bi.lpszTitle = lpszTitle;
|
||||
bi.ulFlags = BIF_RETURNONLYFSDIRS; // new api for BIF_NEWDIALOGSTYLE
|
||||
bi.ulFlags = BIF_NEWDIALOGSTYLE;
|
||||
bi.lpfn = NULL;
|
||||
bi.lParam = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue