mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 16:07:05 -06:00
9.21
This commit is contained in:
committed by
Kornel Lesiński
parent
de4f8c22fe
commit
35596517f2
@@ -4,6 +4,10 @@
|
||||
#define __BROWSE_DIALOG_H
|
||||
|
||||
#ifdef UNDER_CE
|
||||
#define USE_MY_BROWSE_DIALOG
|
||||
#endif
|
||||
|
||||
#ifdef USE_MY_BROWSE_DIALOG
|
||||
|
||||
#include "Windows/FileFind.h"
|
||||
|
||||
@@ -16,7 +20,7 @@
|
||||
class CBrowseDialog: public NWindows::NControl::CModalDialog
|
||||
{
|
||||
NWindows::NControl::CListView _list;
|
||||
CObjectVector<NWindows::NFile::NFind::CFileInfoW> _files;
|
||||
CObjectVector<NWindows::NFile::NFind::CFileInfo> _files;
|
||||
CExtToIconMap _extToIconMap;
|
||||
int _sortIndex;
|
||||
bool _ascending;
|
||||
|
||||
Reference in New Issue
Block a user