mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Zip - Better error handling
This commit is contained in:
parent
69e0a1b745
commit
7209548ab8
2 changed files with 17 additions and 6 deletions
|
|
@ -24,8 +24,8 @@ const {Error codes returned to calling application}
|
|||
E_TOO_MANY_FILES= 23; {Too many files to pack}
|
||||
E_NOT_SUPPORTED= 24; {Function not supported}
|
||||
|
||||
E_HANDLED= -32768; {Handled error}
|
||||
E_UNKNOWN= +32767; {Unknown error}
|
||||
E_HANDLED= -32769; {Handled error}
|
||||
E_UNKNOWN= +32768; {Unknown error}
|
||||
|
||||
{Unpacking flags}
|
||||
PK_OM_LIST= 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue