shut up unfixable warning

This commit is contained in:
Ken Martin 2004-02-16 10:57:38 -05:00
parent c60f2fabc4
commit 5a391f8aa7
1 changed files with 3 additions and 2 deletions

View File

@ -180,8 +180,9 @@ int CPathDialog::DoModal()
pidl = SHBrowseForFolder(&m_bi); pidl = SHBrowseForFolder(&m_bi);
if (pidl!=NULL) if (pidl!=NULL)
{ {
//not need do this because OnOK function did #if defined(_WIN64) && defined(__INTEL_COMPILER)
//bSucceeded = SHGetPathFromIDList(pidl, m_szPathName); # pragma warning ( disable : 167)
#endif
// In C++: // In C++:
pMalloc->Free(pidl); pMalloc->Free(pidl);
//In C: //In C: