Commit 6213c452 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

cabinet: Add the two flags used by Extract to cabinet.h.

parent e073fbdc
...@@ -613,6 +613,10 @@ static const cab_UWORD Zipmask[17] = { ...@@ -613,6 +613,10 @@ static const cab_UWORD Zipmask[17] = {
0x01ff, 0x03ff, 0x07ff, 0x0fff, 0x1fff, 0x3fff, 0x7fff, 0xffff \ 0x01ff, 0x03ff, 0x07ff, 0x0fff, 0x1fff, 0x3fff, 0x7fff, 0xffff \
} }
/* EXTRACTdest flags */
#define EXTRACT_FILLFILELIST 0x00000001
#define EXTRACT_EXTRACTFILES 0x00000002
struct ExtractFileList { struct ExtractFileList {
LPSTR filename; LPSTR filename;
struct ExtractFileList *next; struct ExtractFileList *next;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment