CWS-TOOLING: integrate CWS mingwport15
This commit is contained in:
parent
dd4c6408dd
commit
21e15edc7e
1 changed files with 4 additions and 0 deletions
|
@ -565,7 +565,11 @@ void VistaFilePickerImpl::impl_sta_setFiltersOnDialog()
|
|||
aLock.clear();
|
||||
// <- SYNCHRONIZED
|
||||
|
||||
#ifdef __MINGW32__
|
||||
iDialog->QueryInterface(IID_IFileDialog, (void **)(&iCustomize));
|
||||
#else
|
||||
iDialog.query(&iCustomize);
|
||||
#endif
|
||||
|
||||
COMDLG_FILTERSPEC *pFilt = &lFilters[0];
|
||||
iDialog->SetFileTypes(lFilters.size(), pFilt/*&lFilters[0]*/);
|
||||
|
|
Loading…
Reference in a new issue