ADD: Better wcx-plugin error handling

This commit is contained in:
Alexander Koblov 2017-05-13 09:53:34 +00:00
commit 69e0a1b745
2 changed files with 18 additions and 15 deletions

View file

@ -24,6 +24,9 @@ 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}
{Unpacking flags}
PK_OM_LIST= 0;
PK_OM_EXTRACT= 1;