Fix LPITEMIDLIST type
This commit is contained in:
parent
dc84e1fd2c
commit
af029b056c
1 changed files with 3 additions and 3 deletions
|
@ -164,7 +164,7 @@ bool CExportDlg::callChoosePathDlg(CString &dest) const
|
||||||
{
|
{
|
||||||
BROWSEINFO bi;
|
BROWSEINFO bi;
|
||||||
TCHAR str[MAX_PATH];
|
TCHAR str[MAX_PATH];
|
||||||
ITEMIDLIST* pidl;
|
LPITEMIDLIST pidl;
|
||||||
TCHAR sTemp[1024];
|
TCHAR sTemp[1024];
|
||||||
|
|
||||||
bi.hwndOwner = this->m_hWnd;
|
bi.hwndOwner = this->m_hWnd;
|
||||||
|
|
Loading…
Reference in a new issue