mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Zip - capability to change compression settings of all supported formats
This commit is contained in:
parent
e128e03eb8
commit
8c46e8b089
17 changed files with 541 additions and 175 deletions
|
|
@ -41,6 +41,7 @@
|
|||
#define DM_SETPROGRESSVALUE DM_FIRST+37
|
||||
#define DM_SETPROGRESSSTYLE DM_FIRST+38
|
||||
#define DM_SETPASSWORDCHAR DM_FIRST+39
|
||||
#define DM_LISTCLEAR DM_FIRST+40
|
||||
|
||||
/* events messages */
|
||||
#define DN_FIRST 0x1000
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ const
|
|||
DM_SETPROGRESSVALUE = DM_FIRST+37;
|
||||
DM_SETPROGRESSSTYLE = DM_FIRST+38;
|
||||
DM_SETPASSWORDCHAR = DM_FIRST+39;
|
||||
DM_LISTCLEAR = DM_FIRST+40;
|
||||
|
||||
// events messages
|
||||
DN_FIRST = $1000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue